Skip to content

Commit 323a4af

Browse files
committed
fix signature
1 parent bc60546 commit 323a4af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

v3/src/math/fuzzy/Ceil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var Ceil = function (a, b, epsilon)
1+
var Ceil = function (value, epsilon)
22
{
33
if (epsilon === undefined) { epsilon = 0.0001; }
44

0 commit comments

Comments
 (0)