Skip to content

Commit

Permalink
不要なコード修飾の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jul 19, 2023
1 parent adf4a90 commit 04340ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion reference/span/span/crbegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
```cpp
constexpr const_reverse_iterator crbegin() const noexcept;
```
* const_iterator[link /reference/iterator/const_iterator.md.nolink]

## 概要
末尾要素の次を指すイテレータを取得する。
Expand Down
1 change: 0 additions & 1 deletion reference/span/span/crend.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
```cpp
constexpr const_reverse_iterator crend() const noexcept;
```
* const_iterator[link /reference/iterator/const_iterator.md.nolink]

## 概要
末尾要素の次を指すイテレータを取得する。
Expand Down

0 comments on commit 04340ca

Please sign in to comment.