mirror of
https://github.com/apple/pkl.git
synced 2026-04-30 04:04:18 +02:00
Apply suggestions from code review
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user