Skip to content

Commit 10bce87

Browse files
committed
typo修正
1 parent 28dc440 commit 10bce87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/memory/allocator_traits/max_size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```cpp
99
static size_type max_size(Alloc& a); // C++11
1010
static size_type max_size(const Alloc& a) noexcept; // C++14 から C++ 17 まで
11-
static constepx size_type max_size(const Alloc& a) noexcept; // C++20 から
11+
static constexpr size_type max_size(const Alloc& a) noexcept; // C++20 から
1212
```
1313
1414
## 概要

0 commit comments

Comments
 (0)