typo: render-date keywords to define-cite macro

Changes documentation for `define-cite` macro;
the keyword names now match the implementation.
This commit is contained in:
Ben Greenman 2016-10-09 13:18:52 -04:00
parent 466515d59a
commit 724b522f3b

View File

@ -52,8 +52,8 @@ includes a citation to section 8 of the Racket reference.
([option (code:line #:style style-expr)
(code:line #:disambiguate disambiguator-expr)
(code:line #:spaces spaces-expr)
(code:line #:render-date-bib render-date-expr)
(code:line #:render-date-cite render-date-expr)
(code:line #:render-date-in-bib render-date-expr)
(code:line #:render-date-in-cite render-date-expr)
(code:line #:date<? date-compare-expr)
(code:line #:date=? date-compare-expr)])
#:contracts ([style-expr (or/c author+date-style number-style)]