Skip to content

Commit

Permalink
chore: remove redundant words. (paritytech#4653)
Browse files Browse the repository at this point in the history
remove redundant words in comments.

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 029a656 commit e172959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/primitives/storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ impl ChildInfo {
}
}

/// Return a the full location in the direct parent of
/// Return the full location in the direct parent of
/// this trie.
pub fn prefixed_storage_key(&self) -> PrefixedStorageKey {
match self {
Expand All @@ -302,7 +302,7 @@ impl ChildInfo {
}
}

/// Returns a the full location in the direct parent of
/// Returns the full location in the direct parent of
/// this trie.
pub fn into_prefixed_storage_key(self) -> PrefixedStorageKey {
match self {
Expand Down

0 comments on commit e172959

Please sign in to comment.