diff doc/interpreter/testfun.txi @ 7081:503001863427

[project @ 2007-10-31 01:08:14 by jwe]
author jwe
date Wed, 31 Oct 2007 01:09:28 +0000
parents fd42779a8428
children 00df69d7e698
line wrap: on
line diff
--- a/doc/interpreter/testfun.txi	Tue Oct 30 19:52:50 2007 +0000
+++ b/doc/interpreter/testfun.txi	Wed Oct 31 01:09:28 2007 +0000
@@ -47,7 +47,7 @@
 @example
 @group
    %!test error ("this test fails!");
-   %!test "this test doesn't fail since it doesn't generate an error";
+   %!test "test doesn't fail. it doesn't generate an error";
 @end group
 @end example