Skip to content

Commit

Permalink
core: fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xevisalle authored Sep 20, 2024
1 parent e3d3a78 commit c6dd5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/note.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl TryFrom<i32> for NoteType {
}
}

/// A note that does not encrypt its value
/// Phoenix Note struct
#[derive(Clone, Debug, Eq)]
#[cfg_attr(
feature = "rkyv-impl",
Expand Down

0 comments on commit c6dd5c6

Please sign in to comment.