From 167fdb837009c2bb96fd5d8f1ed4598f8595aefe Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sat, 6 Oct 2012 14:04:10 -0400 Subject: [PATCH] Fix a couple of doc typos. original commit: 88e6e5bcf68fdcfab0327ec947df0f15145f630c --- 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 e983e9bc..c64cc570 100644 --- a/collects/scribblings/scribble/srcdoc.scrbl +++ b/collects/scribblings/scribble/srcdoc.scrbl @@ -6,7 +6,7 @@ The @racketmodname[scribble/srcdoc] and @racketmodname[scribble/extract] libraries support writing -documentation within the documentation code along with an export +documentation within the documented code along with an export contract, similar to using @as-index{JavaDoc}. With this approach, a single contract specification is used both for the run-time contract and the documentation of an exported binding.