Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Style nit
  • Loading branch information
lizmat committed Sep 4, 2013
1 parent 78ccd95 commit c3d6b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Set.pm
Expand Up @@ -211,7 +211,7 @@ my class Set is Iterable does Associative {
!! $other.^does(self);
}

multi method Str(Set:D --> Str) { ~%!elems.values() }
multi method Str(Set:D --> Str) { ~ %!elems.values }
multi method gist(Set:D $ : --> Str) {
my $name := self.^name;
( $name eq 'Set' ?? 'set' !! "$name.new" )
Expand Down

0 comments on commit c3d6b59

Please sign in to comment.