diff --git a/doc/Attic/partial_matches.html b/doc/Attic/partial_matches.html index 3f4d2a53..63a96a62 100644 --- a/doc/Attic/partial_matches.html +++ b/doc/Attic/partial_matches.html @@ -107,7 +107,7 @@ bool is_possible_card_number(const std::string& input) // what we have so far is only a partial match... return false; } -
In the following example, +
In the following example, text input is taken from a stream containing an unknown amount of text; this example simply counts the number of html tags encountered in the stream. The text is loaded into a buffer and searched a part at a time, if a partial match @@ -182,4 +182,3 @@ void search(std::istream& is) for any purpose. It is provided "as is" without express or implied warranty.