Fixed grammar

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403071
This commit is contained in:
Davis King 2009-05-29 15:57:42 +00:00
parent 3e033ad2dc
commit b33e8438bd
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@
Design by Contract. There is a lot that can be said about Design by Contract, in fact,
whole books have been written about it, and programming languages exist which
use Design by Contract as a central element. Here I will just go over some
of the basic ways it is used in dlib as well some of the reasons why it is a Good Thing.
of the basic ways it is used in dlib as well as some of the reasons why it is a
Good Thing.
</p>
<li> <b>Functions should have documented preconditions which are programmatically verifiable</b>
<ul>