We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422aeb5 commit 07b0005Copy full SHA for 07b0005
reference/ranges/zip_view.md
@@ -68,7 +68,7 @@ namespace std::ranges {
68
| [`(constructor)`](zip_view/op_constructor.md.nolink) | コンストラクタ | C++23 |
69
| [`begin`](zip_view/begin.md.nolink) | 先頭を指すイテレータを取得する | C++23 |
70
| [`end`](zip_view/end.md.nolink) | 番兵を取得する | C++23 |
71
-| [`size`](take_view/size.md.nolink) | 要素数を取得する | C++23 |
+| [`size`](zip_view/size.md.nolink) | 要素数を取得する | C++23 |
72
73
## 継承しているメンバ関数
74
0 commit comments