Blake Mizerany 11 years ago
parent
commit
4916105041
1 changed files with 1 additions and 1 deletions
  1. 1 1
      z_spec_test.go

+ 1 - 1
z_spec_test.go

@@ -30,7 +30,7 @@ func init() {
 }
 
 // specCover marks all sentences for section sec in defaultSpecCoverage. Sentences not
-// "covered" will be included report outputed by TestSpecCoverage.
+// "covered" will be included in report outputed by TestSpecCoverage.
 func specCover(sec, sentences string) {
 	defaultSpecCoverage.cover(sec, sentences)
 }