fixed up case for contracts
svn: r8479
This commit is contained in:
parent
9bdbfba888
commit
5094c9b95b
|
@ -3,11 +3,11 @@
|
||||||
@require[scribble/eval]
|
@require[scribble/eval]
|
||||||
@require["guide-utils.ss"]
|
@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
|
This chapter provides a gentle introduction to PLT Scheme's
|
||||||
contract system. For the complete details see the
|
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[]
|
@local-table-of-contents[]
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@require["mz.ss"]
|
@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
|
This chapter is long on detail and short on the motivation
|
||||||
and pragmatics of using contracts. See
|
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.
|
latter and less of the former.
|
||||||
|
|
||||||
A @defterm{contract} controls the flow of values to ensure that the
|
A @defterm{contract} controls the flow of values to ensure that the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user