Skip to content

Commit b513d96

Browse files
gui1117athei
andauthored
Fix docs (#7710)
* fix docs * Update frame/merkle-mountain-range/src/lib.rs Co-authored-by: Alexander Theißen <alex.theissen@me.com> Co-authored-by: Alexander Theißen <alex.theissen@me.com>
1 parent f993518 commit b513d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/historical/onchain.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub fn store_session_validator_set_to_offchain<T: HistoricalConfig + SessionConf
5555

5656
/// Store the validator set associated to the _current_ session index to the off-chain database.
5757
///
58-
/// See [`fn store_session_validator_set_...(..)`](Self::store_session_validator_set_to_offchain)
58+
/// See [`store_session_validator_set_to_offchain`]
5959
/// for further information and restrictions.
6060
pub fn store_current_session_validator_set_to_offchain<T: HistoricalConfig + SessionConfig>() {
6161
store_session_validator_set_to_offchain::<T>(<SessionModule<T>>::current_index());

0 commit comments

Comments
 (0)