Skip to content

Commit 796181f

Browse files
committed
Merge pull request #73 from perl6/sjn-twigil-1
Update variables.pod
2 parents ade043f + 0949009 commit 796181f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/variables.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ following is possible too:
206206
method b() { $.a; }
207207
}
208208
209-
SaySomething.a; # prints "a"
209+
SaySomething.b; # prints "a"
210210
=end code
211211
212212
For more details on objects, classes and their attributes and methods see

0 commit comments

Comments
 (0)