diff --git a/doc/Attic/regex_token_iterator.html b/doc/Attic/regex_token_iterator.html
index 1cbd0b00..b13b3cb5 100644
--- a/doc/Attic/regex_token_iterator.html
+++ b/doc/Attic/regex_token_iterator.html
@@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg
then calls ++(*this)
.
The following example +
The following example takes a string and splits it into a series of tokens:
#include <iostream> diff --git a/doc/regex_token_iterator.html b/doc/regex_token_iterator.html index 1cbd0b00..b13b3cb5 100644 --- a/doc/regex_token_iterator.html +++ b/doc/regex_token_iterator.html @@ -162,7 +162,7 @@ regex_token_iterator(BidirectionalIterator a, BidirectionalIterator b, const reg then calls++(*this)
.Examples
-The following example +
The following example takes a string and splits it into a series of tokens:
#include <iostream>