mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 08:48:36 +02:00
Fix error in spread documentation (#704)
This commit is contained in:
committed by
GitHub
parent
2add291375
commit
9b5c5a5c98
@@ -4742,7 +4742,7 @@ oldPets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
newPets {
|
newPets {
|
||||||
...cast
|
...oldPets
|
||||||
["Pigeon"] = "Toby the Pigeon" // <1>
|
["Pigeon"] = "Toby the Pigeon" // <1>
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|||||||
Reference in New Issue
Block a user