Skip to content

Commit

Permalink
docs: better description
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Jun 15, 2024
1 parent 022e5e7 commit ef400fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![goreportcard](https://goreportcard.com/badge/go-simpler.org/check)](https://goreportcard.com/report/go-simpler.org/check)
[![codecov](https://codecov.io/gh/go-simpler/check/branch/main/graph/badge.svg)](https://codecov.io/gh/go-simpler/check)

Convenience helpers to perform validations of any kind
Write any validations declaratively.

## 📦 Install

Expand Down
2 changes: 1 addition & 1 deletion check.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package check provides convenience helpers to perform validations of any kind.
// Package check implements functions for writing validations declaratively.
//
// Use [That]/[Thatf] to write conditions to check, multiple calls can be chained.
// The last call in the chain must be FirstError, AllErrors, or JoinErrors.
Expand Down

0 comments on commit ef400fb

Please sign in to comment.