Skip to content

Commit

Permalink
chore: fix typos (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy committed Mar 25, 2024
1 parent 20fe673 commit 4c1f9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linting/extra/src/primitive_topic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ declare_lint! {
/// It typically doesn't make sense to annotate types like `u32` or `i32` as a topic, if those
/// fields can take continuous values that could be anywhere between `::MIN` and `::MAX`. An
/// example of a case where it doesn't make sense at all to have a topic on the storage field
/// is something like `value: Balance` in the examle below.
/// is something like `value: Balance` in the example below.
///
/// ## Example
/// ```rust
Expand Down

0 comments on commit 4c1f9a6

Please sign in to comment.