diff --git a/source/text.tex b/source/text.tex index f58f5f4fa6..191b34fcb9 100644 --- a/source/text.tex +++ b/source/text.tex @@ -12238,8 +12238,8 @@ constructs an end-of-sequence iterator object, which is the only legitimate iterator to be used for the end condition. The result of \tcode{operator*} on an end-of-sequence iterator is not -defined. For any other iterator value a const -\tcode{match_results\&} is returned. The result of +defined. For any other iterator value a +\tcode{const match_results\&} is returned. The result of \tcode{operator->} on an end-of-sequence iterator is not defined. For any other iterator value a \tcode{const match_results*} is returned. It is impossible to store things into \tcode{regex_iterator}s. Two