\ No newline at end of file
diff --git a/aho_corasick/automaton/enum.Candidate.html b/aho_corasick/automaton/enum.Candidate.html
index 5d20a941d..a83e0f59e 100644
--- a/aho_corasick/automaton/enum.Candidate.html
+++ b/aho_corasick/automaton/enum.Candidate.html
@@ -1,4 +1,4 @@
-Candidate in aho_corasick::automaton - Rust
+Candidate in aho_corasick::automaton - Rust
Provides Automaton trait for abstracting over Aho-Corasick automata.
The Automaton trait provides a way to write generic code over any
Aho-Corasick automaton. It also provides access to lower level APIs that
diff --git a/aho_corasick/automaton/struct.FindIter.html b/aho_corasick/automaton/struct.FindIter.html
index bda630348..fe7f465d0 100644
--- a/aho_corasick/automaton/struct.FindIter.html
+++ b/aho_corasick/automaton/struct.FindIter.html
@@ -1,4 +1,4 @@
-
FindIter in aho_corasick::automaton - Rust
+FindIter in aho_corasick::automaton - Rust
Represents the current state of an overlapping search.
This is used for overlapping searches since they need to know something
about the previous search. For example, when multiple patterns match at the
diff --git a/aho_corasick/automaton/struct.Prefilter.html b/aho_corasick/automaton/struct.Prefilter.html
index e59c12bbd..7c8997ba1 100644
--- a/aho_corasick/automaton/struct.Prefilter.html
+++ b/aho_corasick/automaton/struct.Prefilter.html
@@ -1,4 +1,4 @@
-
Prefilter in aho_corasick::automaton - Rust
+Prefilter in aho_corasick::automaton - Rust
This crate uses prefilters in the core search implementations to accelerate
common cases. They typically only apply to cases where there are a small
diff --git a/aho_corasick/automaton/struct.StateID.html b/aho_corasick/automaton/struct.StateID.html
index 19b1b3094..83459a38a 100644
--- a/aho_corasick/automaton/struct.StateID.html
+++ b/aho_corasick/automaton/struct.StateID.html
@@ -1,4 +1,4 @@
-
StateID in aho_corasick::automaton - Rust
+StateID in aho_corasick::automaton - Rust
It is represented by a u32 even on 64-bit systems in order to conserve
space. Namely, on all targets, this type guarantees that its value will
@@ -61,14 +61,14 @@ whether the decoded integer is representable as a small index.
This iterator yields elements of type io::Result<Match>, where an error
is reported if there was a problem reading from the underlying stream.
diff --git a/aho_corasick/automaton/trait.Automaton.html b/aho_corasick/automaton/trait.Automaton.html
index e1b8f2748..cfb8e299a 100644
--- a/aho_corasick/automaton/trait.Automaton.html
+++ b/aho_corasick/automaton/trait.Automaton.html
@@ -1,4 +1,4 @@
-
Automaton in aho_corasick::automaton - Rust
+Automaton in aho_corasick::automaton - Rust
Provides direct access to a DFA implementation of Aho-Corasick.
This is a low-level API that generally only needs to be used in niche
circumstances. When possible, prefer using AhoCorasick
diff --git a/aho_corasick/dfa/struct.Builder.html b/aho_corasick/dfa/struct.Builder.html
index c95a322dd..df7dbeb8d 100644
--- a/aho_corasick/dfa/struct.Builder.html
+++ b/aho_corasick/dfa/struct.Builder.html
@@ -1,4 +1,4 @@
-
Builder in aho_corasick::dfa - Rust
+Builder in aho_corasick::dfa - Rust
This builder has a subset of the options available to a
AhoCorasickBuilder. Of the shared options,
diff --git a/aho_corasick/dfa/struct.DFA.html b/aho_corasick/dfa/struct.DFA.html
index 119ba9b15..45354c0ce 100644
--- a/aho_corasick/dfa/struct.DFA.html
+++ b/aho_corasick/dfa/struct.DFA.html
@@ -1,4 +1,4 @@
-
DFA in aho_corasick::dfa - Rust
+DFA in aho_corasick::dfa - Rust
When possible, prefer using AhoCorasick instead of
this type directly. Using a DFA directly is typically only necessary when
diff --git a/aho_corasick/enum.AhoCorasickKind.html b/aho_corasick/enum.AhoCorasickKind.html
index a13121289..d694ad4a7 100644
--- a/aho_corasick/enum.AhoCorasickKind.html
+++ b/aho_corasick/enum.AhoCorasickKind.html
@@ -1,4 +1,4 @@
-
AhoCorasickKind in aho_corasick - Rust
+AhoCorasickKind in aho_corasick - Rust