Skip to content

Commit d025094

Browse files
committed
trailing whitespace
1 parent abefd37 commit d025094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ then object hash is what you are looking for.
148148
}
149149
150150
This example uses an object hash that only accepts keys of type L<Instant> to
151-
implement a rudimentary, yet type-safe, logging mechanism. We utilize a named
151+
implement a rudimentary, yet type-safe, logging mechanism. We utilize a named
152152
L<state|/language/variables#The_state_Declarator>
153153
variable for keeping track of the previous C<Instant> so that we can provide an interval.
154154

0 commit comments

Comments
 (0)