From 7073d797ff51e87c0d3841d4904d20a1b0f0406f Mon Sep 17 00:00:00 2001 From: rxi Date: Thu, 27 Feb 2014 20:22:49 +0000 Subject: [PATCH] Removed stray bracket in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d60bb..5518cea 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ exist in the table. 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 wrapper function will call `fn` on the first call and do nothing on any subsequent calls.