Fixes PR11713

(cherry picked from commit b4c3d82c94)
This commit is contained in:
Jay McCarthy 2011-02-05 07:13:17 -07:00 committed by Eli Barzilay
parent cc3e6e1812
commit 88c18e08f6

View File

@ -110,7 +110,7 @@ which is the ancestor of RackUnit and the most widely used
frameworks in Java, .Net, Python, and Ruby, and many other
languages. That this is insufficient for all users is
apparent if one considers the proliferation of ``simpler''
testing frameworks in Racket such as SRFI-78, or the
testing frameworks in Scheme such as SRFI-78, or the
practice of beginner programmers. Unfortunately these
simpler methods are inadequate for testing larger
systems. To the best of my knowledge RackUnit is the only