We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029a656 commit e172959Copy full SHA for e172959
substrate/primitives/storage/src/lib.rs
@@ -293,7 +293,7 @@ impl ChildInfo {
293
}
294
295
296
- /// Return a the full location in the direct parent of
+ /// Return the full location in the direct parent of
297
/// this trie.
298
pub fn prefixed_storage_key(&self) -> PrefixedStorageKey {
299
match self {
@@ -302,7 +302,7 @@ impl ChildInfo {
302
303
304
305
- /// Returns a the full location in the direct parent of
+ /// Returns the full location in the direct parent of
306
307
pub fn into_prefixed_storage_key(self) -> PrefixedStorageKey {
308
0 commit comments