Skip to content

Commit 6a37e65

Browse files
committed
Typo修正 #713
1 parent fefcb4b commit 6a37e65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/ranges/iota_view/begin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
```cpp
99
constexpr iterator begin() const;
1010
```
11-
* itetator[link itetator.md]
11+
* iterator[link iterator.md]
1212

1313
## 概要
1414
先頭要素を指すイテレータを取得する。
1515

1616
## 効果
1717
```cpp
18-
return itetator{value_};
18+
return iterator{value_};
1919
```
20-
* itetator[link itetator.md]
20+
* iterator[link iterator.md]
2121
2222
ただし、`value_`は`iota_view`が内部で保持する先頭の値。
2323

0 commit comments

Comments
 (0)