From 73d765ec30864b0eded58b4a404fa4a378a26d15 Mon Sep 17 00:00:00 2001 From: Jaco Date: Mon, 4 Oct 2021 14:56:06 +0300 Subject: [PATCH] Small quoting comment fix (#9927) Tiny quotes fix that snuck in lately (something I picked up elsewhere in document generation) --- substrate/frame/im-online/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/im-online/src/lib.rs b/substrate/frame/im-online/src/lib.rs index 2fcaed1820..559c5edcf4 100644 --- a/substrate/frame/im-online/src/lib.rs +++ b/substrate/frame/im-online/src/lib.rs @@ -412,7 +412,7 @@ pub mod pallet { pub(crate) type Keys = StorageValue<_, WeakBoundedVec, 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`. #[pallet::storage] #[pallet::getter(fn received_heartbeats)]