Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update variables.pod
Example should use $.b to demonstrate method calls to $.a
  • Loading branch information
sjn committed Apr 10, 2015
1 parent ade043f commit 0949009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Language/variables.pod
Expand Up @@ -206,7 +206,7 @@ following is possible too:
method b() { $.a; }
}
SaySomething.a; # prints "a"
SaySomething.b; # prints "a"
=end code
For more details on objects, classes and their attributes and methods see
Expand Down

0 comments on commit 0949009

Please sign in to comment.