Skip to content

Commit 3333421

Browse files
authored
[range.concat.iterator] Remove superfluous period (#6960)
1 parent 480adbe commit 3333421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8726,7 +8726,7 @@
87268726
class concat_view<Views...>::@\exposid{iterator}@ {
87278727

87288728
public:
8729-
using iterator_category = @\seebelow@; // not always present.
8729+
using iterator_category = @\seebelow@; // not always present
87308730
using iterator_concept = @\seebelow@;
87318731
using value_type = @\exposid{concat-value-t}@<@\exposid{maybe-const}@<Const, Views>...>;
87328732
using difference_type = common_type_t<range_difference_t<@\exposid{maybe-const}@<Const, Views>>...>;

0 commit comments

Comments
 (0)