Skip to content

Commit

Permalink
fix </detail> typo (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Jul 9, 2024
1 parent b68f563 commit 550cc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods-and-traits/deriving.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Derivation is implemented with macros, and many crates provide useful derive
macros to add useful functionality. For example, `serde` can derive
serialization support for a struct using `#[derive(Serialize)]`.

</detail>
</details>

0 comments on commit 550cc39

Please sign in to comment.