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 5e1c78c commit c84c1c0Copy full SHA for c84c1c0
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