Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #2176

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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