We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff5d14 commit 58c0604Copy full SHA for 58c0604
doc/Type/Hash.pod
@@ -142,7 +142,7 @@ In these moments you want an object hash!
142
}
143
144
This example uses an object hash that only accepts keys of type L<Instant> to
145
-implement a rudimentary, yet type-safe, logging mechanism. We utilize a named L<state>
+implement a rudimentary, yet type-safe, logging mechanism. We utilize a named L<state|/language/variables#The_state_Declarator>
146
variable for keeping track of the previous C<Instant> so that we can provide an interval.
147
148
The whole point of object hashes is to keep keys as objects-in-themselves.
0 commit comments