Skip to content

Commit b546c5e

Browse files
authored
#grammarnazi
1 parent e6847e9 commit b546c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

big.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@
658658
xc = xc.slice();
659659

660660
// Prepend zeros to equalise exponents.
661-
// Note: Faster to use reverse then do unshifts.
661+
// Note: Faster to use reverse than do unshifts.
662662
if (a = xe - ye) {
663663
if (a > 0) {
664664
ye = xe;

0 commit comments

Comments
 (0)