Apply suggestions from code review

This commit is contained in:
Philip K.F. Hölzenspies
2024-02-13 15:25:18 +00:00
parent 4bf6d3069d
commit b3fb5dced6
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ parrot = (bird) {
}
----
`parrot` and `bird` have nearly identical properties.
Parrot and Pigeon have nearly identical properties.
They only differ in their name and taxonomy, so if you have already written out `bird`, you can say that `parrot` is just like `bird` except `name` is `"Parrot"`, diet is `"Berries"` the `taxonomy.order` is `"Psittaciformes"`.
When you run this, Pkl expands everything fully.