Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed doubled a
  • Loading branch information
JJ committed Oct 20, 2018
1 parent fda476f commit f5205a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/objects.pod6
Expand Up @@ -530,7 +530,7 @@ Objects are generally created through method calls, either on the type
object or on another object of the same type.
Class L<Mu> provides a constructor method called L<new>, which takes named
L<arguments|/laanguage/functions#Arguments> and uses them to initialize public attributes.
L<arguments|/language/functions#Arguments> and uses them to initialize public attributes.
class Point {
has $.x;
Expand Down

0 comments on commit f5205a0

Please sign in to comment.