Fix error in spread documentation (#704)

This commit is contained in:
Jens Teglhus Møller
2024-10-17 16:16:53 +02:00
committed by GitHub
parent 2add291375
commit 9b5c5a5c98

View File

@@ -4742,7 +4742,7 @@ oldPets {
}
newPets {
...cast
...oldPets
["Pigeon"] = "Toby the Pigeon" // <1>
}
----