From 4855afab03c0e2cc93b5b21dca7727e5b022e1a3 Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Tue, 10 Jun 2014 11:54:10 -0700 Subject: [PATCH] Fix mission critical documentation typo in QuickSpec.m --- Quick/Core/QuickSpec.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick/Core/QuickSpec.m b/Quick/Core/QuickSpec.m index 251d83482..1374f5572 100644 --- a/Quick/Core/QuickSpec.m +++ b/Quick/Core/QuickSpec.m @@ -62,7 +62,7 @@ - (void)setInvocation:(NSInvocation *)invocation { } /** - The test's name. This be overridden by subclasses. By default, this uses the + The test's name. This is to be overridden by subclasses. By default, this uses the invocation's selector's name (i.e.: "-[WinterTests testWinterIsComing]"). This method provides the name of the test class, along with a string made up of the example group and example descriptions.