Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacarott committed Feb 19, 2022
1 parent 752b09d commit b89d14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>
(\ f x . f (x x))

# Unbound
some-func = \ local . true non-existant local
some-func = \ local . true non-existent local

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

# Unbound - Debug
some-func = \ local . true non-existant local
some-func = \ local . true non-existent local

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

0 comments on commit b89d14f

Please sign in to comment.