Skip to content

Commit 58c0604

Browse files
committed
Fix 'state' link in type/Hash
1 parent 8ff5d14 commit 58c0604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In these moments you want an object hash!
142142
}
143143
144144
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>
145+
implement a rudimentary, yet type-safe, logging mechanism. We utilize a named L<state|/language/variables#The_state_Declarator>
146146
variable for keeping track of the previous C<Instant> so that we can provide an interval.
147147
148148
The whole point of object hashes is to keep keys as objects-in-themselves.

0 commit comments

Comments
 (0)