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}
|
@title[#:tag "quick-start"]{Quick Start Guide for RackUnit}
|
||||||
|
|
||||||
Suppose we have code contained in @tt{file.rkt}, which
|
Suppose we have code contained in @tt{file.rkt}, which
|
||||||
implements buggy versions of @racket[+] and @racket[-]
|
implements buggy versions of @racket[+] and @racket[*]
|
||||||
called @racket[my-+] and @racket[my--]:
|
called @racket[my-+] and @racket[my-*]:
|
||||||
|
|
||||||
@racketmod[
|
@racketmod[
|
||||||
racket/base
|
racket/base
|
||||||
|
|
Loading…
Reference in New Issue
Block a user