Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid unidiomatic use of "has $no-twigil" in unrelated example
  • Loading branch information
moritz committed May 24, 2015
1 parent bb4bd0e commit 39908b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Language/functions.pod
Expand Up @@ -401,8 +401,8 @@ Examples of traits are:
# ^^^^^ trait with name 'rw'
class SomeClass does AnotherRole { ... }
# ^^^^ trait
has $another-attribute handles <close>;
# ^^^^^^^ trait
has $!another-attribute handles <close>;
# ^^^^^^^ trait
... and also C<is tighter>, C<is looser>, C<is equiv> and C<is assoc> from the previous
section.
Expand Down

0 comments on commit 39908b7

Please sign in to comment.