From 1fdd3d421757f09d37046fece8a1e7de75eb977f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 9 Sep 2017 11:18:10 +0200 Subject: [PATCH] Fix documentation of define-primitive-splicing-syntax-class to match the implementation --- pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl b/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl index 9affdcffeb..86b9c14ed3 100644 --- a/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/parse/experimental.scrbl @@ -162,7 +162,8 @@ Like @racket[~reflect] but for reified splicing syntax classes. @defmodule[syntax/parse/experimental/splicing] @defform[(define-primitive-splicing-syntax-class (name-id param-id ...) - maybe-description maybe-attrs + #:description description-expr + #:attributes (attr-arity-decl ...) parser-expr) #:contracts ([parser (-> syntax? (->* () ((or/c string? #f) -> any))