Skip to content

Commit

Permalink
Workaround formatting bug in GitHub's Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Kistner committed Feb 14, 2014
1 parent 12cf3e4 commit 55fa608
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
@@ -1,4 +1,4 @@
## Lunity v0.9.1
## Lunity v0.10.1

A simple single-file unit test system for Lua with a somewhat rich set of assertions and custom error messages. Features:

Expand Down Expand Up @@ -95,7 +95,7 @@ _The following functions are made available to your tests, though they do not co
* <strong>`is_thread( value )`</strong> - return true if `value` is a thread
* <strong>`is_userdata( value )`</strong> - return true if `value` is a userdata value

_Note that while writing `assert(is_table(value))` looks nicer in code than `assertType(value,"table")`, the latter provides a better default error message to the user._
*Note that while writing `assert(is_table(value))` looks nicer in code than `assertType(value,"table")`, the latter provides a better default error message to the user.*

## License

Expand Down

0 comments on commit 55fa608

Please sign in to comment.