From 56a9536b51f20156d5c7c7e01e4dd090a850e6da Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 26 Jul 2014 17:07:06 +0200 Subject: [PATCH] Typo in docs --- framework/base/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/Security.php b/framework/base/Security.php index 3e1322c8f3..5c42d1ee1b 100644 --- a/framework/base/Security.php +++ b/framework/base/Security.php @@ -450,7 +450,7 @@ class Security extends Component /** * Generates specified number of random bytes. * Note that output may not be ASCII. - * @see generateRandomKey() if you need a string. + * @see generateRandomString() if you need a string. * * @param integer $length the number of bytes to generate * @throws Exception on failure.