Skip to content

Commit 0f3c342

Browse files
committed
対応しない角カッコを修正
1 parent 2e2e084 commit 0f3c342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/memory/allocator/allocate_at_least.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```cpp
99
namespace std {
10-
[[nodiscard] constexpr allocation_result<T*>
10+
[[nodiscard]] constexpr allocation_result<T*>
1111
allocate_at_least(size_t n); // (1) C++23
1212
}
1313
```

reference/memory/allocator_traits/allocate_at_least.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* cpp23[meta cpp]
77

88
```cpp
9-
[[nodiscard]
9+
[[nodiscard]]
1010
static constexpr
1111
allocation_result<pointer, size_type>
1212
allocate_at_least(Alloc& a, size_type n); // (1) C++23

start_editing/contribution_stats_2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389

390390
| コミット | タグ | 説明 |
391391
|----------|------|------|
392-
| [40638a6 | cpprefjp/typo:1 | fix typo in constexpr_lambda.md |
392+
| [commit cpprefjp/site, 40638a6] | cpprefjp/typo:1 | fix typo in constexpr_lambda.md |
393393

394394

395395
## [h-sao](https://github.com/h-sao)

0 commit comments

Comments
 (0)