apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.85k stars 258 forks source link

Update amending example #491

Closed nirinchev closed 1 month ago

nirinchev commented 1 month ago

Looking through the Ammending section of the "Filling out a template" tutorial, it seemed like the code snippets and the textual explanation didn't align nicely. I've updated the code snippets to match the text surrounding them as it seemed like the text was the correct one. Here's a summary of changes:

  1. Swapped out the relationship between stock and wood pigeon - it appeared like wood pigeon should be amending stock pigeon rather than the other way around.
  2. Added kingdom, clade, and order to stockPigeon.taxonomy as the text was referencing those fields, but those were missing from the code snippet.
  3. Updated the output snippet to reflect the code reorganization.