Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynzech authored Oct 25, 2024
1 parent 48886c0 commit 7326d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/contracts/safety/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub fn invariant(attr: TokenStream, item: TokenStream) -> TokenStream {
/// For enums, the body of `is_safe` matches on the variant and calls `is_safe` on its fields,
/// # Example
///
/// /// ```ignore
/// ```ignore
/// #[derive(Invariant)]
/// enum MyEnum {
/// OptionOne(u32, u32),
Expand Down

0 comments on commit 7326d11

Please sign in to comment.