Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 236f1ad

Browse files
author
Aaron Leung
committed
Merge branch 'master' of github.com:hcatlin/libsass
2 parents 501e0b7 + 0a3a344 commit 236f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ namespace Sass {
758758
return least;
759759
}
760760

761-
Signature max_sig = "max($x2, $x2...)";
761+
Signature max_sig = "max($x1, $x2...)";
762762
BUILT_IN(max)
763763
{
764764
Number* x1 = ARG("$x1", Number);

0 commit comments

Comments
 (0)