my fork of dmp
Diffstat (limited to 'src/html.rs')
-rw-r--r--src/html.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.rs b/src/html.rs
index 97b6c95..81d22a0 100644
--- a/src/html.rs
+++ b/src/html.rs
@@ -11,7 +11,7 @@
/// `insert_style`, `delete_style` and `equality_style` would add css style property to the output.
/// E.g. if `insert_style: Some("background: yellow; color: purple")` is set the
/// `insert` part of the pretty html would look like `<ins style="background: yellow; color: purple">insert text</ins>`
-///
+///
/// [`pretty_html`]: struct.DiffMatchPatch.html/method.diff_pretty_html
pub struct HtmlConfig<'a> {
insert_tag: &'a str,