Skip to content

Commit f60caf4

Browse files
committed
[range.req.general] Fix grammar typo
1 parent 5ae534c commit f60caf4

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
@@ -1090,7 +1090,7 @@
10901090
\rSec2[range.req.general]{General}
10911091

10921092
\pnum
1093-
Ranges are an abstraction that allow a \Cpp{} program
1093+
Ranges are an abstraction that allows a \Cpp{} program
10941094
to operate on elements of data structures uniformly.
10951095
Calling \tcode{ranges::begin} on a range returns an object
10961096
whose type models \libconcept{input_or_output_iterator}\iref{iterator.concept.iterator}.

0 commit comments

Comments
 (0)