From 8ae2827b2d03a3f4eb23c29c72f9bdeb4ac74030 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 20 Apr 2013 17:31:38 -0500 Subject: [PATCH] typo in proc-docs docs. original commit: eb4e89f3ffd865cabd3b66ae68c4856ca126f56e --- collects/scribblings/scribble/srcdoc.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/srcdoc.scrbl b/collects/scribblings/scribble/srcdoc.scrbl index 20511b6c..68cfb8e7 100644 --- a/collects/scribblings/scribble/srcdoc.scrbl +++ b/collects/scribblings/scribble/srcdoc.scrbl @@ -115,7 +115,7 @@ form.} [maybe-defs (code:line) (default-expr default-expr ...)])]{ -Like @racket[proc-doc], but supporting contract forms that embed +Like @racket[proc-doc/names], but supporting contract forms that embed argument identifiers. Only a subset of @racket[->i] and @racket[->d] forms are currently supported.