Ver Fonte

fix typo

Blake Mizerany há 11 anos atrás
pai
commit
4916105041
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
 }