expander: fix comment

This commit is contained in:
Matthew Flatt 2018-06-03 20:26:26 +09:00
parent a2ab778ddb
commit 2c58937008

View File

@ -255,7 +255,8 @@
(module-begin-k s ctx)))]
;; Also, force `post-expansion` to be right, in case 'module-begin
;; module is triggered within some other mode; a correct value
;; for `post-expansion` is important to getting scopes right.
;; for `post-expansion` is important to getting phase-specific
;; binding right.
[post-expansion #:parent root-expand-context
(lambda (s) (add-scope s inside-scope))]))