Skip to content

Commit 45307fd

Browse files
sreepurnajastiBridgeAR
authored andcommitted
lib: use american spelling as per style guide
PR-URL: nodejs#18226 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 5e17f54 commit 45307fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) {
12291229
//
12301230
// An all-bits-one exponent is either a positive or negative infinity, if
12311231
// the fraction is zero, or NaN when it is non-zero. The standard allows
1232-
// both quiet and signalling NaNs but since NaN is a canonical value in
1232+
// both quiet and signaling NaNs but since NaN is a canonical value in
12331233
// JavaScript, we cannot (and do not) distinguish between the two.
12341234
//
12351235
// Other exponents are regular numbers and are computed by subtracting the bias

0 commit comments

Comments
 (0)