Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hcatlin/libsass
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Leung committed Feb 26, 2014
2 parents 501e0b7 + 0a3a344 commit 236f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ namespace Sass {
return least;
}

Signature max_sig = "max($x2, $x2...)";
Signature max_sig = "max($x1, $x2...)";
BUILT_IN(max)
{
Number* x1 = ARG("$x1", Number);
Expand Down

0 comments on commit 236f1ad

Please sign in to comment.