mirror of
https://github.com/apple/pkl.git
synced 2026-04-23 16:58:37 +02:00
Update Hidden Properties documentation (#91)
This commit is contained in:
committed by
Dan Chao
parent
7ab47e825f
commit
a5fc32b684
@@ -991,6 +991,7 @@ class Bird {
|
|||||||
|
|
||||||
pigeon = new Bird { // <3>
|
pigeon = new Bird { // <3>
|
||||||
name = "Pigeon"
|
name = "Pigeon"
|
||||||
|
lifespan = 8
|
||||||
}
|
}
|
||||||
|
|
||||||
pigeonInIndex = pigeon.nameAndLifespanInIndex // <4>
|
pigeonInIndex = pigeon.nameAndLifespanInIndex // <4>
|
||||||
@@ -1012,7 +1013,7 @@ pigeon {
|
|||||||
lifespan = 8
|
lifespan = 8
|
||||||
nameSignWidth = 9
|
nameSignWidth = 9
|
||||||
}
|
}
|
||||||
pigeonInIndex = "Pigeon, 5"
|
pigeonInIndex = "Pigeon, 8"
|
||||||
pigeonDynamic {
|
pigeonDynamic {
|
||||||
name = "Pigeon"
|
name = "Pigeon"
|
||||||
lifespan = 8
|
lifespan = 8
|
||||||
|
|||||||
Reference in New Issue
Block a user