Skip to content

Commit 7f5682b

Browse files
committed
fixing enum
1 parent cf0bc4e commit 7f5682b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/contracts/assertion_kind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace std::contracts {
99
enum class assertion_kind : unspecified {
1010
pre = 1,
1111
post = 2,
12-
assertion = 3
12+
assert = 3
1313
};
1414
}
1515
```

0 commit comments

Comments
 (0)