Skip to content

Commit 40187a0

Browse files
authored
fix quote mismatch
1 parent 2f09aa8 commit 40187a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/cpp26.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ C++26とは、2026年中に改訂される予定の、C++バージョンの通
4141

4242
| 言語機能 | 説明 |
4343
|----------|------|
44-
| [関数宣言を削除する理由を指定できるようにする](/lang/cpp26/delete_reason.md.nolink) | `f() = delete("reason)";` |
44+
| [関数宣言を削除する理由を指定できるようにする](/lang/cpp26/delete_reason.md.nolink) | `f() = delete("reason");` |
4545

4646

4747
### 属性

0 commit comments

Comments
 (0)