From 0b0dd2517cefd78dbfa0e59b022e9acc42a74183 Mon Sep 17 00:00:00 2001 From: Mitsuru Kariya Date: Mon, 9 Sep 2013 00:09:04 +0900 Subject: [PATCH] [array.empty] Fix document typo --- source/libs/array/array/empty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/array/array/empty.rst b/source/libs/array/array/empty.rst index eb975d3c..df754c29 100644 --- a/source/libs/array/array/empty.rst +++ b/source/libs/array/array/empty.rst @@ -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 ========================================