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 c6f030c commit ffb026dCopy full SHA for ffb026d
doc/Type/Metamodel/ClassHOW.pod6
@@ -83,7 +83,7 @@ C<$a>).
83
method lookup(Metamodel::ClassHOW:D: $obj, $method-name --> Method)
84
85
Returns the first matching L<Method|/type/Method> with the provided name or
86
-Nil. It is faster then C<.^can> but does not provide a full list of all
+Nil. It is faster than C<.^can> but does not provide a full list of all
87
candidates.
88
89
say Str.^lookup('Int').perl
0 commit comments