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 a08d92b commit 85cf0d3Copy full SHA for 85cf0d3
doc/Language/faq.pod6
@@ -543,7 +543,7 @@ about the object deemed unimportant to understand the essence of the object.
543
544
Or phrased differently, C<$obj.Str> gives a string representation,
545
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
+by a human, and C<$obj.perl> gives a Perlish representation from which the
547
object could be re-created.
548
549
Example: type objects, also known as "undefined values", stringify
0 commit comments