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