lunarmodules / luassert

Assertion library for Lua
MIT License
202 stars 77 forks source link

Documentation on website doesn't match code #18

Closed jamiltron closed 11 years ago

jamiltron commented 11 years ago
assert.true
assert.false

should be

assert.True
assert.False
ajacksified commented 11 years ago

should be good now!