Fix typos in rackunit docs.
This commit is contained in:
parent
b2f7132577
commit
2d8b4dcc3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user