Skip to content

Commit a4217e6

Browse files
committed
Cleanup comment
1 parent 6d525c9 commit a4217e6

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_reflect/src/serde

1 file changed

+2
-2
lines changed

crates/bevy_reflect/src/serde/ser.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ mod tests {
256256
#[derive(Reflect, Debug, PartialEq)]
257257
struct SomeTupleStruct(String);
258258

259-
/// Implements a custom serialize using #[reflect(Serialize)].
259+
/// Implements a custom serialize using `#[reflect(Serialize)]`.
260260
///
261-
/// For testing purposes, this is just the auto-generated one from deriving.
261+
/// For testing purposes, this just uses the generated one from deriving Serialize.
262262
#[derive(Reflect, Debug, PartialEq, Serialize)]
263263
#[reflect(Serialize)]
264264
struct CustomSerialize {

0 commit comments

Comments
 (0)