Blake Mizerany 11 lat temu
rodzic
commit
4916105041
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 }