Skip to content

Commit 43d8830

Browse files
committed
fix typo
1 parent 8cc9276 commit 43d8830

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
@@ -223,7 +223,7 @@ Example:
223223
224224
L<Any|/type/Any> is a top level class most objects inherit from. The L<Any> type object is L<the
225225
default value|/type/Attribute#index-entry-trait_is_default_%28Attribute%29-Trait_is_default>
226-
on variables and parameters without an explit type constraint, which means you'll
226+
on variables and parameters without an explicit type constraint, which means you'll
227227
likely see C<(Any)> printed when you output a L<gist> of a variable without any value,
228228
such as using L«C<say> routine|/routine/say»:
229229

0 commit comments

Comments
 (0)