Skip to content

Commit

Permalink
Fixed the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelMayer committed Oct 17, 2024
1 parent d7dab0f commit 1bf9c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/DafnyRef/Attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ with no argument is interpreted as if it were true.

Dafny rewrites `@`-attributes to old-style equivalent attribute, after type-checking them. The definition of these attributes would look something like this currently+:

```
<!-- %no-check -->
```dafny
datatype Attribute =
Fuel(low: int, high: int := low + 1, functionName: string := "")
| Options(string)
Expand Down

0 comments on commit 1bf9c63

Please sign in to comment.