Skip to content

Commit

Permalink
fix previous commit (Complex.perl), masak++ moritz--
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 3, 2009
1 parent 74f561e commit 16eab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Complex.pm
Expand Up @@ -20,7 +20,7 @@ class Complex {
multi method Complex() { self }

multi method perl() {
"Complex.new($.re.perl, $.im.perl)";
"Complex.new({$.re.perl}, {$.im.perl})";
}

multi method Str() {
Expand Down

0 comments on commit 16eab0f

Please sign in to comment.