Skip to content

Commit

Permalink
fail me
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Nov 29, 2024
1 parent 6979f82 commit 6081689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion and_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func ExampleAnd() {
a, _ := comver.And(
comver.NewGreaterThanOrEqualTo(comver.MustParse("22222222")),
comver.NewGreaterThanOrEqualTo(comver.MustParse("2")),
comver.NewLessThan(comver.MustParse("3")),
)

Expand Down

0 comments on commit 6081689

Please sign in to comment.