Skip to content

Commit 391876f

Browse files
Typo in docs
Co-authored-by: aecsocket <43144841+aecsocket@users.noreply.github.com>
1 parent 6924ce0 commit 391876f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_reflect/src/serde/serialize_with_registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use serde::{Serialize, Serializer};
1313
/// want to handle parts of the serialization process, but temporarily pass control
1414
/// to the standard reflection serializer for other parts.
1515
///
16-
/// For the deserializtion equivalent of this trait, see [`DeserializeWithRegistry`].
16+
/// For the deserialization equivalent of this trait, see [`DeserializeWithRegistry`].
1717
///
1818
/// # Rationale
1919
///

0 commit comments

Comments
 (0)