Skip to content

Commit

Permalink
fix typo found by Jimmy++, moritz--
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 3, 2009
1 parent 2f22b87 commit 1cb71e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/Any-num.pm
Expand Up @@ -50,7 +50,7 @@ class Any is also {
when /:i ^d/ { self * pi/180.0 } # Convert from degrees.
when /:i ^g/ { self * pi/200.0 } # Convert from gradians.
when /:i ^r/ { self } # Convert from radians.
when Num { self * 2.o * pi } # Convert from revolutions.
when Num { self * 2.0 * pi } # Convert from revolutions.
default { die "Unable to convert to base: $base" }
}
}
Expand Down

0 comments on commit 1cb71e4

Please sign in to comment.