Skip to content

Commit 143cffe

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix typo
1 parent b7d0de5 commit 143cffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ The function object is invoked for each element in the range and doesn't need to
23842384

23852385
The range referenced must be valid. All pointers must be dereferenceable and, within the sequence, the last position must be reachable from the first by incrementation.
23862386

2387-
The complexity is linear, with exactly `last` - `first` calls made the generator.
2387+
The complexity is linear, with exactly `last` - `first` calls made to the generator.
23882388

23892389
### Example
23902390

0 commit comments

Comments
 (0)