Skip to content

Commit d2ce216

Browse files
committed
docs: fix typo
1 parent 23df479 commit d2ce216

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/base/assert/is-same-value

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/base/assert/is-same-value/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var out = isSameValue( z1, z2 );
5454
// returns true
5555
```
5656

57-
In contract to the strict equality operator `===`, the function distinguishes between `+0` and `-0` and treats `NaNs` as the same value.
57+
In contrast to the strict equality operator `===`, the function distinguishes between `+0` and `-0` and treats `NaNs` as the same value.
5858

5959
```javascript
6060
var Complex128 = require( '@stdlib/complex/float64' );

0 commit comments

Comments
 (0)