Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 28, 2018
1 parent b2a2224 commit b56cc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lotto.pm
Expand Up @@ -74,7 +74,7 @@ around BUILDARGS => sub {
return $class->$orig(@_);
}

# Standard Moose call with has. ->new( ... )
# Standard Moose call with hash. ->new( ... )
# Take a ref and pass it on
if (@_ == 4) {
return $class->$orig({@_});
Expand Down

0 comments on commit b56cc65

Please sign in to comment.