From b6769d9d6c93db4af6b8c1658c1928d472b1f485 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 13 Jun 2015 17:24:24 -0500 Subject: [PATCH] doc typo --- scribblings/template.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/template.scrbl b/scribblings/template.scrbl index 44a0f55..eea70b1 100644 --- a/scribblings/template.scrbl +++ b/scribblings/template.scrbl @@ -119,7 +119,7 @@ Look up the value of @racket[_key] in @racket[_meta-source]. The @racket[_meta-s (select-from-doc [key symbolish?] [doc-source (or/c txexpr? pagenodeish? pathish?)]) -(or/c #f txexpr-element?)] +(or/c #f (listof txexpr-element?))] Look up the value of @racket[_key] in @racket[_doc-source]. The @racket[_doc-source] argument can be either be a @code{doc} (i.e., a @racket[txexpr]) or a @racket[pagenode?], from which doc is pulled. If no value exists for @racket[_key], you get @racket[#f]. @examples[#:eval my-eval