Skip to content

Commit d18dc84

Browse files
committed
fix: Removed nolink
#1419
1 parent f82d563 commit d18dc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/contracts.md

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

1111
| 名前 | 説明 | 対応バージョン |
1212
|------|------|----------------|
13-
| [`assertion_kind`](contracts/assertion_kind.md.nolink) | アサーションの種類 (enum) | C++26 |
13+
| [`assertion_kind`](contracts/assertion_kind.md) | アサーションの種類 (enum) | C++26 |
1414
| [`evaluation_semantic`](contracts/evaluation_semantic.md.nolink) | アサーションの評価の種類(enum) | C++26 |
1515
| [`detection_mode`](contracts/detection_mode.md.nolink) | 契約違反の検出モード(enum) | C++26 |
1616
| [`contract_violation`](contracts/contract_violation.md) | 契約違反に関する情報 (class) | C++26 |

0 commit comments

Comments
 (0)