diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt index 019dd7c775..fa495923e9 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/private/type-contract.rkt @@ -413,7 +413,7 @@ ;; in typed positions, no checking needed for the variables (parameterize ([vars (append (for/list ([v (in-list vs)]) (list v #'any/c)) (vars))]) (t->c b)) - ;; in untyped positions, use `parameteric/c' + ;; in untyped positions, use `parametric->/c' (match-let ([(Poly-names: vs-nm _) ty]) (with-syntax ([(v ...) (generate-temporaries vs-nm)]) (set-impersonator!) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/type-rep.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/type-rep.rkt index 74fc83f003..ab0047cfc8 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/type-rep.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/typed-racket/rep/type-rep.rkt @@ -331,7 +331,7 @@ ;; parent : Struct ;; flds : Listof[fld] ;; proc : Function Type -;; poly? : is this type polymorphicly variant +;; poly? : is this type polymorphically variant ;; If not, then the predicate is enough for higher order checks ;; pred-id : identifier for the predicate of the struct ;; acc-ids : names of the accessors