Skip to content

Commit 85cf0d3

Browse files
committed
Fix typo
1 parent a08d92b commit 85cf0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ about the object deemed unimportant to understand the essence of the object.
543543
544544
Or phrased differently, C<$obj.Str> gives a string representation,
545545
C<$obj.gist> a short summary of that object suitable for fast recognition
546-
by a humen, and C<$obj.perl> gives a Perlish representation from which the
546+
by a human, and C<$obj.perl> gives a Perlish representation from which the
547547
object could be re-created.
548548
549549
Example: type objects, also known as "undefined values", stringify

0 commit comments

Comments
 (0)