Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx committed Aug 1, 2018
1 parent 0c43ad6 commit 2e1d5e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Check out src/t.spec.lua for a variety of good examples!
|Type | |Member |
|---------|--|-----------|
|boolean |=>|t.boolean |
|coroutine|=>|t.coroutine|
|thread |=>|t.thread |
|function |=>|t.callback |
|nil |=>|t.none |
|number |=>|t.number |
Expand Down Expand Up @@ -307,4 +307,4 @@ You can put a `t.tuple(...)` inside an array or interface, but that doesn't real
In the future, this may error.

## Notes
This library was heavily inspired by [io-ts](https://github.com/gcanti/io-ts), a fantastic runtime type validation library for TypeScript.
This library was heavily inspired by [io-ts](https://github.com/gcanti/io-ts), a fantastic runtime type validation library for TypeScript.

0 comments on commit 2e1d5e6

Please sign in to comment.