Skip to content

Commit

Permalink
Cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed Apr 22, 2022
1 parent 6d525c9 commit a4217e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_reflect/src/serde/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ mod tests {
#[derive(Reflect, Debug, PartialEq)]
struct SomeTupleStruct(String);

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

0 comments on commit a4217e6

Please sign in to comment.