commit 167fdb837009c2bb96fd5d8f1ed4598f8595aefe
parent 924f38d67da915df46eef176dfd01609f4ba583b
Author: Samuel Bronson <naesten@gmail.com>
Date: Sat, 6 Oct 2012 14:04:10 -0400
Fix a couple of doc typos.
original commit: 88e6e5bcf68fdcfab0327ec947df0f15145f630c
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.