From 99717c61af30ea80aa5348a2f16547a75450a7bb Mon Sep 17 00:00:00 2001 From: Hoxell <9694402+hoxell@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:35:08 +0100 Subject: [PATCH] Pigeon -> dodo --- docs/modules/language-reference/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/language-reference/pages/index.adoc b/docs/modules/language-reference/pages/index.adoc index 9d1f29d9..d1ea90df 100644 --- a/docs/modules/language-reference/pages/index.adoc +++ b/docs/modules/language-reference/pages/index.adoc @@ -685,7 +685,7 @@ dodo { As you probably guessed, the nested property `class` can be accessed with `dodo.taxonomy.class`. Like all values, objects are _immutable_, which is just a fancy (and short!) way to say that their properties never change. -So what happens when Pigeon moves to a different street? Do we have to construct a new object from scratch? +So what happens when dodo moves to a different street? Do we have to construct a new object from scratch? [[amending-objects]] === Amending Objects