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

@@ -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 dodo 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