From 87201fe4e08fcb157926e37b7ec3298fa6d6734a Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 18 Mar 2014 16:28:25 -0400 Subject: [PATCH] Fix description of citet requirements. original commit: b961b55bb2dd13f46d84c300f6536e49c1d0494a --- .../scribble-doc/scriblib/scribblings/autobib.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/scribble-pkgs/scribble-doc/scriblib/scribblings/autobib.scrbl b/pkgs/scribble-pkgs/scribble-doc/scriblib/scribblings/autobib.scrbl index 87ab9046..8f4617c1 100644 --- a/pkgs/scribble-pkgs/scribble-doc/scriblib/scribblings/autobib.scrbl +++ b/pkgs/scribble-pkgs/scribble-doc/scriblib/scribblings/autobib.scrbl @@ -67,7 +67,7 @@ It has the contract The function bound to @racket[citet-id] generates an element suitable for use as a noun---referring to a document or its author---for one -or more bibliography entries which share an author. It has the contract +or more bibliography entries which have the same authors. It has the contract @racketblock[ (->* (bib?) () #:rest (listof bib?) element?)