From eb71e561ae017c20ef63179875b713eafb9fea2d Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Sat, 5 Feb 2011 07:13:17 -0700 Subject: [PATCH] Fixes PR11713 original commit: b4c3d82c948ba263a19b680eeadde88ac7b7e4c6 --- collects/rackunit/scribblings/philosophy.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/rackunit/scribblings/philosophy.scrbl b/collects/rackunit/scribblings/philosophy.scrbl index 5b439a0..de65985 100644 --- a/collects/rackunit/scribblings/philosophy.scrbl +++ b/collects/rackunit/scribblings/philosophy.scrbl @@ -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