Skip to content
Snippets Groups Projects
Commit 73d765ec authored by Jaco Greeff's avatar Jaco Greeff Committed by GitHub
Browse files

Small quoting comment fix (#9927)

Tiny quotes fix that snuck in lately (something I picked up elsewhere in document generation)
parent c9410186
Branches
No related merge requests found
......@@ -412,7 +412,7 @@ pub mod pallet {
pub(crate) type Keys<T: Config> =
StorageValue<_, WeakBoundedVec<T::AuthorityId, T::MaxKeys>, ValueQuery>;
/// For each session index, we keep a mapping of 'SessionIndex` and `AuthIndex` to
/// For each session index, we keep a mapping of `SessionIndex` and `AuthIndex` to
/// `WrapperOpaque<BoundedOpaqueNetworkState>`.
#[pallet::storage]
#[pallet::getter(fn received_heartbeats)]
......
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