Skip to content

Commit e172959

Browse files
tianyeyouyoubkchrggwpez
authored
chore: remove redundant words. (#4653)
remove redundant words in comments. Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
1 parent 029a656 commit e172959

File tree

1 file changed

+2
-2
lines changed
  • substrate/primitives/storage/src

1 file changed

+2
-2
lines changed

substrate/primitives/storage/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ impl ChildInfo {
293293
}
294294
}
295295

296-
/// Return a the full location in the direct parent of
296+
/// Return the full location in the direct parent of
297297
/// this trie.
298298
pub fn prefixed_storage_key(&self) -> PrefixedStorageKey {
299299
match self {
@@ -302,7 +302,7 @@ impl ChildInfo {
302302
}
303303
}
304304

305-
/// Returns a the full location in the direct parent of
305+
/// Returns the full location in the direct parent of
306306
/// this trie.
307307
pub fn into_prefixed_storage_key(self) -> PrefixedStorageKey {
308308
match self {

0 commit comments

Comments
 (0)