Skip to content

Commit 0eba63f

Browse files
committed
fix typo
1 parent 0897133 commit 0eba63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde-tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use bson::{
5353
/// - serializing the `expected_value` to a `Document` matches the `expected_doc`
5454
/// - deserializing from the serialized document produces `expected_value`
5555
/// - round trip through raw BSON:
56-
/// - serializering `expected_value` to BSON bytes matches the raw BSON bytes of `expected_doc`
56+
/// - serializing `expected_value` to BSON bytes matches the raw BSON bytes of `expected_doc`
5757
/// - deserializing a `T` from the serialized bytes produces `expected_value`
5858
/// - deserializing a `Document` from the serialized bytes produces `expected_doc`
5959
/// - `bson::to_writer` and `Document::to_writer` produce the same result given the same input

0 commit comments

Comments
 (0)