remove misleading sentence (#11125)

This commit is contained in:
Shawn Tabrizi
2022-03-27 02:43:47 -04:00
committed by GitHub
parent 3be364a768
commit 4c8bd4383c
@@ -517,9 +517,6 @@ pub trait IterableStorageNMap<K: ReversibleKeyGenerator, V: FullCodec>: StorageN
/// An implementation of a map with a two keys.
///
/// It provides an important ability to efficiently remove all entries
/// that have a common first key.
///
/// Details on implementation can be found at [`generator::StorageDoubleMap`].
pub trait StorageDoubleMap<K1: FullEncode, K2: FullEncode, V: FullCodec> {
/// The type that get/take returns.