File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ fn codegen(
233
233
codegen. add_derives_for_type ( ty, std:: iter:: once ( derive) , d. recursive ) ;
234
234
}
235
235
236
- // Configure attribtues :
236
+ // Configure attributes :
237
237
let universal_attributes = raw_attributes
238
238
. iter ( )
239
239
. map ( |raw| syn:: parse_str ( raw) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use subxt_metadata::RuntimeApiMetadata;
24
24
/// None => Show pallet docs + available methods
25
25
/// Some (invalid) => Show Error + available methods
26
26
/// Some (valid) => Show method docs + output type description
27
- /// exectute is:
27
+ /// execute is:
28
28
/// false => Show input type description + Example Value
29
29
/// true => validate (trailing args + build node connection)
30
30
/// validation is:
Original file line number Diff line number Diff line change 2
2
// This file is dual-licensed as Apache-2.0 or GPL-3.0.
3
3
// see LICENSE for license details.
4
4
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.
6
6
7
7
use core:: fmt:: Display ;
8
8
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ for CRATE_DIR in ${ORDER[@]}; do
83
83
sleep 3
84
84
remote_version
85
85
if [ " $REMOTE_VERSION " = " $VERSION " ]; then
86
- echo " 🥳 $NAME @$VERSION published succesfully ."
86
+ echo " 🥳 $NAME @$VERSION published successfully ."
87
87
sleep 3
88
88
break
89
89
else
You can’t perform that action at this time.
0 commit comments