From 5c184190c5a71637a273d41e3271fef7a53ed177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Thu, 17 Nov 2016 14:55:01 +0100 Subject: [PATCH] Improve doc block --- lib/Cake/Utility/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Utility/Security.php b/lib/Cake/Utility/Security.php index be128e64a..1068bdfdf 100644 --- a/lib/Cake/Utility/Security.php +++ b/lib/Cake/Utility/Security.php @@ -171,7 +171,7 @@ class Security { /** * Get random bytes from a secure source. * - * This method will fall back to an insecure source an trigger a warning + * This method will fall back to an insecure source and trigger a warning, * if it cannot find a secure source of random data. * * @param int $length The number of bytes you want.