Skip to content

Commit e198b04

Browse files
ntrelpbackus
andauthored
over int/ptr *type*
Co-authored-by: Paul Backus <snarwin@gmail.com>
1 parent cb5c07b commit e198b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/range/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6848,7 +6848,7 @@ pure @safe nothrow unittest
68486848
range.
68496849
68506850
$(DDOC_SECTION_H `in` operator and `contains`:)
6851-
`iota` over an integral/pointer defines the `in` operator from the right.
6851+
`iota` over an integral/pointer type defines the `in` operator from the right.
68526852
`val in iota(...)` is true when `val` occurs in the range. When present, it takes
68536853
`step` into account - `val` won't be considered
68546854
contained if it falls between two consecutive elements of the range.

0 commit comments

Comments
 (0)