Skip to content

Commit

Permalink
const_iterator : リンク忘れ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Aug 11, 2023
1 parent f2f8993 commit 00bb047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/iterator/const_iterator.md
Expand Up @@ -18,7 +18,7 @@ namespace std {
## 効果
- `I`が[`constant-iterator`]のモデルとなる場合 : `I`
- `I`が[`constant-iterator`](constant-iterator.md)のモデルとなる場合 : `I`
- それ以外の場合 : [`basic_const_iterator`](basic_const_iterator.md)`<I>`
## 例
Expand Down

0 comments on commit 00bb047

Please sign in to comment.