Small improvements to wording in comments

This commit is contained in:
Georges Dupéron 2017-03-31 01:34:44 +02:00
parent 47acf084dd
commit 29777cdd0a
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
(for-template "private/define-syntax+simple-api.rkt") (for-template "private/define-syntax+simple-api.rkt")
syntax/parse) syntax/parse)
;; from syntax/parse, so that define-eh-alternative-mixin can recognize uses of ;; re-provide pattern as provided by syntax/parse, so that
;; (pattern …) ;; define-eh-alternative-mixin can recognize uses of (pattern …)
(provide pattern) (provide pattern)
(provide #;define-splicing-syntax-class-with-eh-mixins (provide #;define-splicing-syntax-class-with-eh-mixins

View File

@ -61,7 +61,7 @@
(attribute kw-not-number)]) (attribute kw-not-number)])
#t) #t)
;; former tests from the documentation: ;; former tests present in the documentation:
(check-equal? (check-equal?
(syntax-parse #'(1 ya (2 #f 3) 4 yb (5 #f 6) yc 7) (syntax-parse #'(1 ya (2 #f 3) 4 yb (5 #f 6) yc 7)