From 5094c9b95bbdffba5954786b4e5f5825a47e664e Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 30 Jan 2008 20:25:37 +0000 Subject: [PATCH] fixed up case for contracts svn: r8479 --- collects/scribblings/guide/contracts.scrbl | 4 ++-- collects/scribblings/reference/contracts.scrbl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/collects/scribblings/guide/contracts.scrbl b/collects/scribblings/guide/contracts.scrbl index 5d1e43d190..a539544f35 100644 --- a/collects/scribblings/guide/contracts.scrbl +++ b/collects/scribblings/guide/contracts.scrbl @@ -3,11 +3,11 @@ @require[scribble/eval] @require["guide-utils.ss"] -@title[#:tag "Contracts" #:style 'toc]{Contracts} +@title[#:tag "contracts" #:style 'toc]{Contracts} This chapter provides a gentle introduction to PLT Scheme's contract system. For the complete details see the -@refsecref["Contracts"] section in the reference manual. +@refsecref["contracts"] section in the reference manual. @local-table-of-contents[] diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index 0e65e5b62e..c37364ad2d 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -1,11 +1,11 @@ #lang scribble/doc @require["mz.ss"] -@title[#:tag "Contracts" #:style 'toc]{Contracts} +@title[#:tag "contracts" #:style 'toc]{Contracts} This chapter is long on detail and short on the motivation and pragmatics of using contracts. See -@guidesecref["Contracts"] in the Guide for more of the +@guidesecref["contracts"] in the Guide for more of the latter and less of the former. A @defterm{contract} controls the flow of values to ensure that the