Skip to content

Commit c735c99

Browse files
sreepurnajastievanlucas
authored andcommitted
lib: use american spelling as per style guide
PR-URL: #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 0b6eab5 commit c735c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buffer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ Buffer.prototype.readInt32BE = function readInt32BE(offset, noAssert) {
12041204
//
12051205
// An all-bits-one exponent is either a positive or negative infinity, if
12061206
// the fraction is zero, or NaN when it is non-zero. The standard allows
1207-
// both quiet and signalling NaNs but since NaN is a canonical value in
1207+
// both quiet and signaling NaNs but since NaN is a canonical value in
12081208
// JavaScript, we cannot (and do not) distinguish between the two.
12091209
//
12101210
// Other exponents are regular numbers and are computed by subtracting the bias

0 commit comments

Comments
 (0)