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 8cc9276 commit 43d8830Copy full SHA for 43d8830
doc/Language/faq.pod6
@@ -223,7 +223,7 @@ Example:
223
224
L<Any|/type/Any> is a top level class most objects inherit from. The L<Any> type object is L<the
225
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
+on variables and parameters without an explicit type constraint, which means you'll
227
likely see C<(Any)> printed when you output a L<gist> of a variable without any value,
228
such as using L«C<say> routine|/routine/say»:
229
0 commit comments