Skip to content

Commit

Permalink
fix some typo in ranges sample
Browse files Browse the repository at this point in the history
  • Loading branch information
suomesta committed Mar 20, 2023
1 parent 59b8773 commit 6f00655
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
9 changes: 3 additions & 6 deletions reference/ranges/cdata.md
Expand Up @@ -52,13 +52,10 @@ int main()
* std::ranges::cdata[color ff0000]
* std::ranges::size[link size.md]

### 出力
### 出力例
```
false
false
true
false
false
array size:4 at 0x7fffb1ad5d70
array size:1 at 0x556ec23ba2b0
```

## バージョン
Expand Down
4 changes: 2 additions & 2 deletions reference/ranges/cend.md
Expand Up @@ -49,8 +49,8 @@ int main()
});
}
```
* std::ranges::cbegin[color ff0000]
* std::ranges::cend[link cend.md]
* std::ranges::cbegin[link cbegin.md]
* std::ranges::cend[color ff0000]

### 出力
```
Expand Down
9 changes: 3 additions & 6 deletions reference/ranges/data.md
Expand Up @@ -56,13 +56,10 @@ int main()
* std::ranges::data[color ff0000]
* std::ranges::size[link size.md]

### 出力
### 出力例
```
false
false
true
false
false
array size:4 at 0x7fff28ab1c50
array size:1 at 0x5596494f02b0
```

## バージョン
Expand Down

0 comments on commit 6f00655

Please sign in to comment.