Skip to content

Commit 904a41a

Browse files
committed
switch to incorrect spelling
1 parent 93623d1 commit 904a41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_reflect/src/serde/ser/serializer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ use crate::{
1111
};
1212
use serde::{ser::SerializeMap, Serialize, Serializer};
1313

14-
/// Allows overriding the default serialization behaviour of
14+
/// Allows overriding the default serialization behavior of
1515
/// [`ReflectSerializer`] and [`TypedReflectSerializer`] for specific values.
1616
///
1717
/// When serializing a reflected value, you may want to override the default
18-
/// behaviour and use your own logic for serialization. This logic may also be
18+
/// behavior and use your own logic for serialization. This logic may also be
1919
/// context-dependent, and only apply for a single use of your
2020
/// [`ReflectSerializer`]. To achieve this, you can create a processor and pass
2121
/// it into your serializer.

0 commit comments

Comments
 (0)