Skip to content

Commit 31fc82d

Browse files
xibeiyoumianRomarQ
andauthored
chore: improve code comments clarity (#3603)
Signed-off-by: xibeiyoumian <xibeiyoumian@outlook.com> Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
1 parent 57a9813 commit 31fc82d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/rpc-core/types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2025 PureStake Inc..
1+
// Copyright 2019-2025 PureStake Inc.
22
// This file is part of Moonbeam.
33

44
// Moonbeam is free software: you can redistribute it and/or modify

pallets/xcm-transactor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ pub mod pallet {
777777
Ok(())
778778
}
779779

780-
/// Transact the call through the a signed origin in this chain
780+
/// Transact the call through a signed origin in this chain
781781
/// that should be converted to a transaction dispatch account in the destination chain
782782
/// by any method implemented in the destination chains runtime
783783
///

runtime/common/src/apis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ macro_rules! impl_runtime_apis_plus_common {
186186
// in the storage
187187
Executive::initialize_block(header);
188188

189-
// Apply the a subset of extrinsics: all the substrate-specific or ethereum
189+
// Apply a subset of extrinsics: all the substrate-specific or ethereum
190190
// transactions that preceded the requested transaction.
191191
for ext in extrinsics.into_iter() {
192192
let _ = match &ext.0.function {

0 commit comments

Comments
 (0)