Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Feb 20, 2020
1 parent 5be615f commit 380c60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ using OptionalArgChecks # this also reexports ArgCheck.jl for convenience

f(x) = @argcheck x > 0

@skipargcheck f(-1)
@unsafe_skipargcheck f(-1) # see OptionalArgChecks docs for why this is called unsafe
```

0 comments on commit 380c60c

Please sign in to comment.