Skip to content

Commit f3f9ddf

Browse files
shawntabrizigrishasobol
authored andcommitted
remove misleading sentence (paritytech#11125)
1 parent 6570199 commit f3f9ddf

File tree

1 file changed

+0
-3
lines changed
  • frame/support/src/storage

1 file changed

+0
-3
lines changed

frame/support/src/storage/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ pub trait IterableStorageNMap<K: ReversibleKeyGenerator, V: FullCodec>: StorageN
517517

518518
/// An implementation of a map with a two keys.
519519
///
520-
/// It provides an important ability to efficiently remove all entries
521-
/// that have a common first key.
522-
///
523520
/// Details on implementation can be found at [`generator::StorageDoubleMap`].
524521
pub trait StorageDoubleMap<K1: FullEncode, K2: FullEncode, V: FullCodec> {
525522
/// The type that get/take returns.

0 commit comments

Comments
 (0)