Skip to content

Commit bcbbc4b

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 42e2c95 commit bcbbc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ type BalanceOf<T> =
109109
/// Meaning that fees can change by around ~23% per day, given extreme congestion.
110110
///
111111
/// More info can be found at:
112-
/// https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html
112+
/// <https://w3f-research.readthedocs.io/en/latest/polkadot/Token%20Economics.html>
113113
pub struct TargetedFeeAdjustment<T, S, V, M>(sp_std::marker::PhantomData<(T, S, V, M)>);
114114

115115
/// Something that can convert the current multiplier to the next one.

0 commit comments

Comments
 (0)