Skip to content

Commit

Permalink
Merge pull request Quick#28 from nottombrown/typo
Browse files Browse the repository at this point in the history
Fix typo in Quickspec.m
  • Loading branch information
modocache committed Jun 10, 2014
2 parents 4527c64 + 4855afa commit 53f9b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quick/Core/QuickSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53f9b93

Please sign in to comment.