Skip to content

Commit

Permalink
Correct extension name.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 25, 2015
1 parent f7470f4 commit a70dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Text.php
Expand Up @@ -27,7 +27,7 @@ class Text
* Generate a random UUID version 4
*
* Warning: This method should not be used as a random seed for any cryptographic operations.
* Instead you should use the ssl or mcrypt extensions.
* Instead you should use the openssl or mcrypt extensions.
*
* @see http://www.ietf.org/rfc/rfc4122.txt
* @return string RFC 4122 UUID
Expand Down

0 comments on commit a70dbee

Please sign in to comment.