Skip to content

Commit 0f93786

Browse files
authored
Merge pull request #954 from pi8027/fix-typo
Fix a typo in the tutorial
2 parents e4c047b + 25043b7 commit 0f93786

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)