Skip to content

Commit

Permalink
Fix a small typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed May 12, 2016
1 parent c5bd654 commit 00067b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ following order:
* `Generator\Internal` uses the internal functions available in PHP 7.0
* `Generator\RandomReader` simply reads bytes from the random device
`/dev/urandom`
* `Generator\Mcrypt` uses `mcrypt_create_iv` to generate random bytes using
* `Generator\Mcrypt` uses `mcrypt_create_iv()` to generate random bytes using
`MCRYPT_DEV_URANDOM` as the source.
* `Generator\OpenSSL` uses `openssl_random_pseudo_bytes` to generate random
* `Generator\OpenSSL` uses `openssl_random_pseudo_bytes()` to generate random
bytes.

There has been some debate on whether the algorithm used by OpenSSL is actually
Expand Down

0 comments on commit 00067b0

Please sign in to comment.