result() now returns an empty array when no results are found
diff --git a/user_guide/database/results.html b/user_guide/database/results.html
index 846504f..53f4713 100644
--- a/user_guide/database/results.html
+++ b/user_guide/database/results.html
@@ -71,7 +71,7 @@
 

 	<h2>result()</h2>

 	

-	<p>This function returns the query result as an array of <strong>objects</strong>, or <strong>FALSE</strong> on failure.

+	<p>This function returns the query result as an array of <strong>objects</strong>, or <strong>an empty array</strong> on failure.

 	

 	Typically you'll use this in a foreach loop, like this:</p>