Skip to content
Snippets Groups Projects
Commit 4c8bd438 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

remove misleading sentence (#11125)

parent 3be364a7
Branches
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment