From 4c1f9a6ea54b85f4e669c364ff8fe2322be02bbe Mon Sep 17 00:00:00 2001 From: Snoppy Date: Mon, 25 Mar 2024 19:49:56 +0800 Subject: [PATCH] chore: fix typos (#2176) --- linting/extra/src/primitive_topic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linting/extra/src/primitive_topic.rs b/linting/extra/src/primitive_topic.rs index 97f26f306e..1e61d109a2 100644 --- a/linting/extra/src/primitive_topic.rs +++ b/linting/extra/src/primitive_topic.rs @@ -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