Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 24, 2024
1 parent 00617ce commit ddf2803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -4000,8 +4000,6 @@ function transform_syntax(options = {}) {
return car.car;
} else if (cdr === nil) {
return car;
} else {
log('UNKOWN STATE');
}
} else if (item instanceof Array) {
log('[t 2 Array ' + nested);
Expand Down
2 changes: 1 addition & 1 deletion tests/syntax.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@

(t.is (foo (10 20)) '(10 20))))

(test "syntax: recursive hygine wiht nested syntax-rules"
(test "syntax: recursive hygine with nested syntax-rules"

Check failure on line 1218 in tests/syntax.scm

View workflow job for this annotation

GitHub Actions / Check for spelling errors

hygine ==> hygiene
(lambda (t)
(define-syntax foo
(syntax-rules ()
Expand Down

0 comments on commit ddf2803

Please sign in to comment.