Skip to content

Commit 8dec62d

Browse files
committed
リンク修正
1 parent ff47b79 commit 8dec62d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reference/ranges/join_with_view.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ namespace std::ranges {
1919
```
2020
* compatible-joinable-ranges[italic]
2121
* bidirectional-common[italic]
22-
* common_with[link /reference/concepts/common_with.md]
23-
* common_reference_with[link /reference/concepts/common_reference_with.md]
2422
2523
## 概要
2624
@@ -107,7 +105,7 @@ int main() {
107105
}
108106
}
109107
```
110-
* views::join[color ff0000]
108+
* views::join_with[color ff0000]
111109

112110
### 出力
113111
```
@@ -140,7 +138,8 @@ int main() {
140138
println("{}", sv | views::join_with("-C++23-"sv) | ranges::to<string>());
141139
}
142140
```
143-
* views::join[color ff0000]
141+
* views::join_with[color ff0000]
142+
* ranges::to[link to.md]
144143

145144
### 出力
146145
```

0 commit comments

Comments
 (0)