Skip to content

Commit

Permalink
doc: fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Mar 15, 2021
1 parent 6e76c24 commit df212ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ impl Opts {
}

/// Set whether to trust users' input.
/// Cannot be used at the same time with [`set_trust_callback`].
/// Cannot be used at the same time with [`set_trust_callback`](#method.set_trust_callback).
/// Read <https://katex.org/docs/options.html> for more information.
///
/// # Panic
Expand All @@ -313,7 +313,7 @@ impl Opts {
}

/// Set the callback function to determine whether to trust users' input.
/// Cannot be used at the same time with [`set_trust`].
/// Cannot be used at the same time with [`set_trust`](#method.set_trust).
/// Read <https://katex.org/docs/options.html> for more information.
///
/// # Panic
Expand Down

0 comments on commit df212ea

Please sign in to comment.