Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: grammar in godoc for NotErrorIs(f) functions (#1607)
Grammar fixes in doc: _asserts that at none_ -> _asserts that none_ $ grep 'that at none' */*.go assert/assertion_format.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target. assert/assertion_forward.go:// NotErrorIs asserts that at none of the errors in err's chain matches target. assert/assertion_forward.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target. assert/assertions.go:// NotErrorIs asserts that at none of the errors in err's chain matches target. require/require.go:// NotErrorIs asserts that at none of the errors in err's chain matches target. require/require.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target. require/require_forward.go:// NotErrorIs asserts that at none of the errors in err's chain matches target. require/require_forward.go:// NotErrorIsf asserts that at none of the errors in err's chain matches target.
- Loading branch information