Skip to content

Commit b76e34c

Browse files
Zingamhawkinsw
authored andcommitted
Update libcxx/test/std/ranges/range.factories/range.iota.view/empty.pass.cpp
Co-authored-by: Will Hawkins <[email protected]>
1 parent bdb67fc commit b76e34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.factories/range.iota.view/empty.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ constexpr void test_empty_iota() {
4747

4848
assert(iv.empty());
4949
}
50-
// Right paramter is const
50+
// Right parameter is const
5151
{
5252
auto iv = std::views::iota(std::ranges::begin(ev), std::ranges::end(std::as_const(ev)));
5353

0 commit comments

Comments
 (0)