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 0897133 commit 0eba63fCopy full SHA for 0eba63f
serde-tests/test.rs
@@ -53,7 +53,7 @@ use bson::{
53
/// - serializing the `expected_value` to a `Document` matches the `expected_doc`
54
/// - deserializing from the serialized document produces `expected_value`
55
/// - round trip through raw BSON:
56
-/// - serializering `expected_value` to BSON bytes matches the raw BSON bytes of `expected_doc`
+/// - serializing `expected_value` to BSON bytes matches the raw BSON bytes of `expected_doc`
57
/// - deserializing a `T` from the serialized bytes produces `expected_value`
58
/// - deserializing a `Document` from the serialized bytes produces `expected_doc`
59
/// - `bson::to_writer` and `Document::to_writer` produce the same result given the same input
0 commit comments