1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00

Merge pull request #45 from kariya-mitsuru/array.empty-doc

[array.empty] Fix document typo
This commit is contained in:
Bolero MURAKAMI 2013-09-08 17:51:45 -07:00
commit d9aaa8ca02

View file

@ -12,7 +12,7 @@ Interface
Returns
========================================
| true if the string size is 0, false otherwise.
| true if the array size is 0, false otherwise.
Examples
========================================