From 28d98b461bd5be63ff7ee79a1b7947abd28dec2e Mon Sep 17 00:00:00 2001 From: Hoxell <9694402+hoxell@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:45:51 +0100 Subject: [PATCH] Use object name instead of 'name' property --- .../language-tutorial/pages/02_filling_out_a_template.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc b/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc index 67240348..30f3eea2 100644 --- a/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc +++ b/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc @@ -32,7 +32,7 @@ parrot = (bird) { } ---- -Parrot and Pigeon have nearly identical properties. +`parrot` and `bird` 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 `pigeon` except `name` is `"Parrot"`, diet is `"Berries"` the `taxonomy.order` is `"Psittaciformes"`. When you run this, Pkl expands everything fully.