summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-07-30 16:38:05 +0200
committerAndrey Andreev <narf@bofh.bg>2012-07-30 16:38:05 +0200
commitbdb99999195711903af712fab58fdf4ef3da72ad (patch)
treec30857efad8623ebf12dbfab1b098bb6f7f6a828 /user_guide_src/source/libraries
parent4df0be86a3ee120e307d6140a9106e77a4962bb0 (diff)
Some clean-up and style changes
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/email.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/email.rst b/user_guide_src/source/libraries/email.rst
index f56bc2ff5..4403079b6 100644
--- a/user_guide_src/source/libraries/email.rst
+++ b/user_guide_src/source/libraries/email.rst
@@ -227,7 +227,7 @@ success or failure, enabling it to be used conditionally::
}
This function will automatically clear all parameters if the request was
- successful. To stop this behaviour pass FALSE::
+successful. To stop this behaviour pass FALSE::
if ($this->email->send(FALSE))
{