Skip to content

Commit ffb026d

Browse files
committed
“faster then” → “faster than”
1 parent c6f030c commit ffb026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Metamodel/ClassHOW.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ C<$a>).
8383
method lookup(Metamodel::ClassHOW:D: $obj, $method-name --> Method)
8484
8585
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
86+
Nil. It is faster than C<.^can> but does not provide a full list of all
8787
candidates.
8888
8989
say Str.^lookup('Int').perl

0 commit comments

Comments
 (0)