Removed stray bracket in README.md

This commit is contained in:
rxi 2014-02-27 20:22:49 +00:00
parent 2f51dce71f
commit 7073d797ff

View File

@ -119,7 +119,7 @@ exist in the table.
lume.find({"a", "b", "c"}, "b") -- Returns 2 lume.find({"a", "b", "c"}, "b") -- Returns 2
``` ```
### lume.once(fn, ...]) ### lume.once(fn, ...)
Returns a wrapper function to `fn` which takes the supplied arguments. The Returns a wrapper function to `fn` which takes the supplied arguments. The
wrapper function will call `fn` on the first call and do nothing on any wrapper function will call `fn` on the first call and do nothing on any
subsequent calls. subsequent calls.