Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Dec 12, 2016
1 parent a516adf commit fe2a8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/classtut.pod6
Expand Up @@ -120,7 +120,7 @@ or a type object:
say Int.DEFINITE; # False (type object)
say 426.DEFINITE; # True (instance)
class Foo {};
say Foo.DEFINITE; # False (type object)
say Foo.new.DEFINITE; # True (instance)
Expand Down

0 comments on commit fe2a8bb

Please sign in to comment.