mirror of
https://github.com/apple/pkl.git
synced 2026-04-29 03:37:12 +02:00
Fix typo in tutorial part 2 (#921)
This commit is contained in:
@@ -213,7 +213,7 @@ adultBirdFoods {
|
|||||||
|
|
||||||
A `.pkl` file describes a _module_.
|
A `.pkl` file describes a _module_.
|
||||||
Modules are objects that can be referred to from other modules.
|
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}]
|
[source,{pkl}]
|
||||||
.pigeon.pkl
|
.pigeon.pkl
|
||||||
|
|||||||
Reference in New Issue
Block a user