Skip to content

Commit

Permalink
Fix contract syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jan 19, 2025
1 parent b91d44c commit eee7f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/Language Common/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ error message to display after them.

```c3
<*
@require foo > 0, foo < 1000, "optional error msg"
@require foo > 0, foo < 1000 : "optional error msg"
*>
fn int testFoo(int foo)
{
Expand Down

0 comments on commit eee7f67

Please sign in to comment.