Minor changes.
authorMario Antonioletti <mario@epcc.ed.ac.uk>
Wed, 8 May 2013 07:12:00 +0000 (08:12 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 16:17:04 +0000 (09:17 -0700)
testing/Writing.md

index eca8c0326720413c317192d690a37718cf04998d..27ed97beae18f24f4502f0b69dc11536b04bdd41 100755 (executable)
@@ -154,7 +154,7 @@ This is a standard format that that is supported by a number of xUnit frameworks
     >>> assert_true(expected in actual)
     >>> assert_false(expected in actual)
 
-We can add more information to the failure messages by providing additional string arguments e.g.
+We can add more information to the failure messages by providing additional string arguments, e.g.
 
     >>> assert_true("GTA" in actual, "Expected value was not in the output list")