summaryrefslogtreecommitdiff
path: root/ext/hash/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/README')
-rw-r--r--ext/hash/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/README b/ext/hash/README
index 97eb206d02..8c01afa6b1 100644
--- a/ext/hash/README
+++ b/ext/hash/README
@@ -15,5 +15,5 @@ $context = hash_init($algoname);
hash_update($context, $message);
$digest = hash_final($context);
-hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which behaves in the same
+hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which behaves in the same
manner as sha1()'s optional parameter.