Skip to content

Commit 25043b7

Browse files
committed
Fix a typo in the tutorial
1 parent 1ab7fcc commit 25043b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorial_elpi_lang.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Elpi Program tutorial_functions3 lp:{{
461461
462462
Elpi accepts the code because:
463463
464-
* the two rules are mutually esclusive (thanks to the cut)
464+
* the two rules are mutually exclusive (thanks to the cut)
465465
* because the code after the cut is itself a function call
466466
(:e:`Y = 2` is a call to unification that is a function)
467467

0 commit comments

Comments
 (0)