Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cranelift/isle/veri/docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Spec macros may be declared:
```

Macro expansions are of the form `(<name>! <args...>)`. The body of the macro is
evaluated in a scope with paramters set to argument values, and the result
evaluated in a scope with parameters set to argument values, and the result
substituted for the expansion expression.

## Type Instantiation
Expand Down
Loading