Skip to content

Commit d1c8f2c

Browse files
nik-revmao-sz
andauthored
fix(contains): change false to true for example which is true
Co-authored-by: MaoShizhong <122839503+MaoShizhong@users.noreply.github.com>
1 parent a204931 commit d1c8f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

14_contains/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Objects are compared by reference.
77
Examples:
88

99
```javascript
10-
contains({ foo: "foo" }, "bar") // true
10+
contains({ foo: "foo" }, "bar") // false
1111
contains({ foo: { bar: "bar" } }, "bar") // true
1212
```

0 commit comments

Comments
 (0)