Fix typo in tutorial part 2 (#921)

This commit is contained in:
Stanley Cheung
2025-01-31 15:53:22 +00:00
committed by GitHub
parent 3fa935b390
commit 8cfd2357c6

View File

@@ -213,7 +213,7 @@ adultBirdFoods {
A `.pkl` file describes a _module_.
Modules are objects that can be referred to from other modules.
Going back to the example above, you can write `parrot` as a separate module.
Going back to the example above, you can write `pigeon` as a separate module.
[source,{pkl}]
.pigeon.pkl