Skip to content

Commit b89d14f

Browse files
committed
Fix typo
1 parent 752b09d commit b89d14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>
5050
(\ f x . f (x x))
5151

5252
# Unbound
53-
some-func = \ local . true non-existant local
53+
some-func = \ local . true non-existent local
5454

5555
# Out of scope args
5656
other-func = \ x . const (\ scoped-arg . x ()) scoped-arg x
@@ -62,7 +62,7 @@ <h1>
6262
(\ f x . f (x x))
6363

6464
# Unbound - Debug
65-
some-func = \ local . true non-existant local
65+
some-func = \ local . true non-existent local
6666

6767
# Out of scope args - Debug
6868
other-func = \ x . const (\ scoped-arg . x ()) scoped-arg x

0 commit comments

Comments
 (0)