Skip to content

Commit 7530475

Browse files
committed
fix typo. consterxpr -> constexpr
1 parent 895a017 commit 7530475

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/vector/vector/crend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* cpp11[meta cpp]
77

88
```cpp
9-
const_reverse_iterator crend() const noexcept; // (1) C++11
10-
consterxpr const_reverse_iterator crend() const noexcept; // (1) C++20
9+
const_reverse_iterator crend() const noexcept; // (1) C++11
10+
constexpr const_reverse_iterator crend() const noexcept; // (1) C++20
1111
```
1212

1313
## 概要

0 commit comments

Comments
 (0)