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.
2 parents 5e1c78c + c84c1c0 commit 0d41e40Copy full SHA for 0d41e40
1 file changed
README.md
@@ -285,7 +285,7 @@ Return whether the two objects have equal value. This is used to determine if an
285
286
```js
287
const diff(objectA, objectB){
288
- return objectA === objectB; // immutable creates new objects for each operation
+ return objectA !== objectB; // immutable creates new objects for each operation
289
}
290
```
291
0 commit comments