From a7172f40909cf54b5fbc41568208c0d8c79ea011 Mon Sep 17 00:00:00 2001 From: Kai Curry Date: Sat, 14 Sep 2013 10:10:23 -0500 Subject: [PATCH] underscore instead of hyphen --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index d6c022b..c9f3b01 100644 --- a/docs/index.html +++ b/docs/index.html @@ -474,7 +474,7 @@

Table Functions

_.is_empty(object)

Returns true if object contains no values.

-
_.is_empty({}) 
=> true 
-.is_empty({ name = "moe" }) 
=> false
+
_.is_empty({}) 
=> true 
_.is_empty({ name = "moe" }) 
=> false

Function Functions