Skip to content

Commit 172e6b9

Browse files
authored
Update objects.rakudoc
1 parent a014bec commit 172e6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Providing an invocant in the method signature also allows for defining
449449
the method as either as a class method, or as an object method, through
450450
the use of L<type constraints|/language/signatures#Type_constraints>. The
451451
C<::?CLASS> variable can be used to provide the class name at compile
452-
time, combined with either C<:U> (for class methods) or C<:D> (for
452+
time, combined with either C<:U> (for class methods AKA static in other languages) or C<:D> (for
453453
instance methods).
454454

455455
=begin code

0 commit comments

Comments
 (0)