Fix typos in rackunit docs.

This commit is contained in:
Vincent St-Amour 2011-04-27 10:10:28 -04:00
parent b2f7132577
commit 2d8b4dcc3e

View File

@ -4,8 +4,8 @@
@title[#:tag "quick-start"]{Quick Start Guide for RackUnit}
Suppose we have code contained in @tt{file.rkt}, which
implements buggy versions of @racket[+] and @racket[-]
called @racket[my-+] and @racket[my--]:
implements buggy versions of @racket[+] and @racket[*]
called @racket[my-+] and @racket[my-*]:
@racketmod[
racket/base