Merge pull request #1950 from tnull/2023-01-fix-doc-warnings-and-nits
[rust-lightning] / lightning / src / util / config.rs
index 5b1bb67292dc2b037fc03b162337d855d0392a96..18bba29fef414434b1fe4df2215e1dd59cbc3e7c 100644 (file)
@@ -171,7 +171,7 @@ impl Default for ChannelHandshakeConfig {
 ///
 /// These limits are only applied to our counterparty's limits, not our own.
 ///
-/// Use 0/<type>::max_value() as appropriate to skip checking.
+/// Use 0/`<type>::max_value()` as appropriate to skip checking.
 ///
 /// Provides sane defaults for most configurations.
 ///