diff --git a/src/lib.rs b/src/lib.rs index 7dd4e44..78fe639 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -107,7 +107,7 @@ pub struct Suffix { /// Creates the suffix array and provides an iterator over its items (Rust version) /// See [suffix](fn.suffix.html) -/// +/// /// Gives you an iterator over the suffixes of the input array and their count within /// the input string. /// ```rust