Skip to content

Commit a2d40b8

Browse files
authored
minor: Grammar fix in README (#266)
1 parent 93b5b3f commit a2d40b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ let string = bson!("hello world");
7878
let int = bson!(5);
7979
let array = bson!([5, false]);
8080
```
81-
[`bson!`](https://docs.rs/bson/latest/bson/macro.bson.html) has supports both array and object literals, and it automatically converts any values specified to [`Bson`](https://docs.rs/bson/latest/bson/enum.Bson.html), provided they are `Into<Bson>`.
81+
[`bson!`](https://docs.rs/bson/latest/bson/macro.bson.html) supports both array and object literals, and it automatically converts any values specified to [`Bson`](https://docs.rs/bson/latest/bson/enum.Bson.html), provided they are `Into<Bson>`.
8282

8383
#### [`Bson`](https://docs.rs/bson/latest/bson/enum.Bson.html) value unwrapping
8484

0 commit comments

Comments
 (0)