Skip to content

Commit 2db41a9

Browse files
committed
docs: fix copy
1 parent e5717ad commit 2db41a9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/count-same-value-zero

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/count-same-value-zero/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var out = countSameValueZero( x, 1 );
5151
// returns 2
5252
```
5353

54-
In contrast to an implementation using the strict equality operator `===`, the function distinguishes treats `NaNs` as the same value.
54+
In contrast to an implementation using the strict equality operator `===`, the function treats `NaNs` as the same value.
5555

5656
```javascript
5757
var x = [ NaN, NaN, NaN ];

0 commit comments

Comments
 (0)