Skip to content

Commit 9fbabd0

Browse files
chore: fix some comments (#1697)
Signed-off-by: shangchengbabaiban <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
1 parent 14818fc commit 9fbabd0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/src/commands/codegen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ fn codegen(
233233
codegen.add_derives_for_type(ty, std::iter::once(derive), d.recursive);
234234
}
235235

236-
// Configure attribtues:
236+
// Configure attributes:
237237
let universal_attributes = raw_attributes
238238
.iter()
239239
.map(|raw| syn::parse_str(raw))

cli/src/commands/explore/runtime_apis/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use subxt_metadata::RuntimeApiMetadata;
2424
/// None => Show pallet docs + available methods
2525
/// Some (invalid) => Show Error + available methods
2626
/// Some (valid) => Show method docs + output type description
27-
/// exectute is:
27+
/// execute is:
2828
/// false => Show input type description + Example Value
2929
/// true => validate (trailing args + build node connection)
3030
/// validation is:

core/src/utils/account_id20.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
33
// see LICENSE for license details.
44

5-
//! `AccountId20` is a repressentation of Ethereum address derived from hashing the public key.
5+
//! `AccountId20` is a representation of Ethereum address derived from hashing the public key.
66
77
use core::fmt::Display;
88

scripts/publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ for CRATE_DIR in ${ORDER[@]}; do
8383
sleep 3
8484
remote_version
8585
if [ "$REMOTE_VERSION" = "$VERSION" ]; then
86-
echo "🥳 $NAME@$VERSION published succesfully."
86+
echo "🥳 $NAME@$VERSION published successfully."
8787
sleep 3
8888
break
8989
else

0 commit comments

Comments
 (0)