Skip to content

Commit a2e708c

Browse files
committed
fixes wording
1 parent d218c30 commit a2e708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/math.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ helpers.modulo = function(a, b) {
145145
};
146146

147147
/**
148-
* Get the product of `a` times `b`.
148+
* Return the product of `a` times `b`.
149149
*
150150
* @param {Number} `a` factor
151151
* @param {Number} `b` multiplier

0 commit comments

Comments
 (0)