Skip to content

Commit 0a422fc

Browse files
committed
Add full stops at the end of doc sentences
1 parent d67559d commit 0a422fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/math/Difference.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @param {number} a - The first number in the calculation.
1414
* @param {number} b - The second number in the calculation.
1515
*
16-
* @return {number} The positive difference of the two given numbers
16+
* @return {number} The positive difference of the two given numbers.
1717
*/
1818
var Difference = function (a, b)
1919
{

0 commit comments

Comments
 (0)