www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 29777cdd0ae1341ca100e02c2a38d355de5b48be
parent 47acf084ddce466a3f577ef8d436c2ff43346f1d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 31 Mar 2017 01:34:44 +0200

Small improvements to wording in comments

Diffstat:
Mmain.rkt | 4++--
Mtest/test-global.rkt | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main.rkt b/main.rkt @@ -14,8 +14,8 @@ (for-template "private/define-syntax+simple-api.rkt") syntax/parse) -;; from syntax/parse, so that define-eh-alternative-mixin can recognize uses of -;; (pattern …) +;; re-provide pattern as provided by syntax/parse, so that +;; define-eh-alternative-mixin can recognize uses of (pattern …) (provide pattern) (provide #;define-splicing-syntax-class-with-eh-mixins diff --git a/test/test-global.rkt b/test/test-global.rkt @@ -61,7 +61,7 @@ (attribute kw-not-number)]) #t) -;; former tests from the documentation: +;; former tests present in the documentation: (check-equal? (syntax-parse #'(1 ya (2 #f 3) 4 yb (5 #f 6) yc 7)