Skip to content

Commit

Permalink
Comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Oct 21, 2023
1 parent 448e811 commit 567f1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/scheme/test.scm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(use scheme.list)
(test-module 'scheme.list)

(define Apply apply) ;avoic inline expansion
(define Apply apply) ;avoid inline expansion

(test* "xcons" '(a . b) (xcons 'b 'a))
(test* "cons*" (test-error) (Apply cons* '())) ; use apply to avoid compile error during inlining
Expand Down

0 comments on commit 567f1fd

Please sign in to comment.