Skip to content

Commit

Permalink
Fix typo in UG
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Nov 8, 2023
1 parent 17274e8 commit adc0cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ type T {
}
checks T {
len(x) >= 0 implies x[3] > 0, "too small"
len(x) >= 3 implies x[3] > 0, "too small"
}
```

Expand Down

0 comments on commit adc0cf4

Please sign in to comment.