diff --git a/main.rkt b/main.rkt
index 000ded0..2167f0b 100644
--- 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
index 53a4a6d..6629719 100644
--- 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)