Small quoting comment fix (#9927)

Tiny quotes fix that snuck in lately (something I picked up elsewhere in document generation)
This commit is contained in:
Jaco
2021-10-04 14:56:06 +03:00
committed by GitHub
parent c9410186f1
commit 73d765ec30
+1 -1
View File
@@ -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)]