Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cupro29 committed Apr 5, 2023
1 parent ab42c56 commit 38aa278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/ranges/repeat_view.md
Expand Up @@ -40,8 +40,8 @@ namespace std::ranges {
- (1) `Bound = unreachable_sentinel_t` ではない場合
## 効果
- 式`views::repear(E)`の効果は`repeat_view(E)`と等しい。
- 式`views::repear(E, F)`の効果は`repeat_view(E, F)`と等しい。
- 式`views::repeat(E)`の効果は`repeat_view(E)`と等しい。
- 式`views::repeat(E, F)`の効果は`repeat_view(E, F)`と等しい。
## メンバ関数
Expand Down

0 comments on commit 38aa278

Please sign in to comment.