Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chuigda authored Jul 30, 2021
1 parent 59991f9 commit ec6b94a
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 @@ -44,7 +44,7 @@ typeAssert(null, assertion)

// nullable shorthand for simple types
typeAssert(114, 'number?')
typeAssert(null, 'number?)
typeAssert(null, 'number?')

// nested situation
const assertion = {
Expand Down

0 comments on commit ec6b94a

Please sign in to comment.