Skip to content

Commit 07b0005

Browse files
committed
リンク修正
1 parent 422aeb5 commit 07b0005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/ranges/zip_view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ namespace std::ranges {
6868
| [`(constructor)`](zip_view/op_constructor.md.nolink) | コンストラクタ | C++23 |
6969
| [`begin`](zip_view/begin.md.nolink) | 先頭を指すイテレータを取得する | C++23 |
7070
| [`end`](zip_view/end.md.nolink) | 番兵を取得する | C++23 |
71-
| [`size`](take_view/size.md.nolink) | 要素数を取得する | C++23 |
71+
| [`size`](zip_view/size.md.nolink) | 要素数を取得する | C++23 |
7272

7373
## 継承しているメンバ関数
7474

0 commit comments

Comments
 (0)