onsi / gomega

Ginkgo's Preferred Matcher Library
http://onsi.github.io/gomega/
MIT License
2.15k stars 282 forks source link

HaveEach(): Doc Comments Contradictory #703

Closed jgrieger closed 10 months ago

jgrieger commented 10 months ago

The following doc comment: https://github.com/onsi/gomega/blob/375648c5a99d936849f1191dbe52474d819fb4b5/matchers.go#L384 does not fit to the implementation anymore: https://github.com/onsi/gomega/blob/375648c5a99d936849f1191dbe52474d819fb4b5/matchers/have_each_matcher.go#L27

The new behavior war introduced with #524.

Please let me know if I shall update the doc comment.

onsi commented 10 months ago

yes please do, thanks!