smarty / assertions

Fluent assertion-style functions used by goconvey and gunit. Can also be used in any test or application.
Other
100 stars 34 forks source link

Super small typo in documentation of ShouldNotBeBlank #45

Closed kamyarghiam closed 2 years ago

kamyarghiam commented 2 years ago

On this webpage: https://pkg.go.dev/github.com/smartystreets/assertions#section-readme,

There is a typo with the definition of "ShouldNotBeBlank," I believe. The definition says ShouldNotBeBlank receives exactly 1 string parameter and ensures that it is equal to "". It should say that it ensures it is not equal to "".