Typo in docs

This commit is contained in:
Vincent
2014-07-26 17:07:06 +02:00
parent b680afc721
commit 56a9536b51

View File

@ -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.