We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5717ad commit 2db41a9Copy full SHA for 2db41a9
lib/node_modules/@stdlib/array/base/count-same-value-zero/README.md
@@ -51,7 +51,7 @@ var out = countSameValueZero( x, 1 );
51
// returns 2
52
```
53
54
-In contrast to an implementation using the strict equality operator `===`, the function distinguishes treats `NaNs` as the same value.
+In contrast to an implementation using the strict equality operator `===`, the function treats `NaNs` as the same value.
55
56
```javascript
57
var x = [ NaN, NaN, NaN ];
0 commit comments