Skip to content

Commit

Permalink
Update src/settings/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: emmiegit <[email protected]>
  • Loading branch information
MrShwhale and emmiegit authored Apr 5, 2024
1 parent 4a9f2ea commit c339eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pub struct WikitextSettings {
}

impl WikitextSettings {
/// Returns the default settings for the given WikitextMode.
/// Returns the default settings for the given [`WikitextMode`].
pub fn from_mode(mode: WikitextMode) -> Self {
let interwiki = DEFAULT_INTERWIKI.clone();

Expand Down

0 comments on commit c339eb9

Please sign in to comment.