diff options
Diffstat (limited to 'doc/src/sgml/pgcrypto.sgml')
-rw-r--r-- | doc/src/sgml/pgcrypto.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 24468791428..f93e7f9717b 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -95,7 +95,7 @@ hmac(data bytea, key text, type text) returns bytea </para> <para> - The algorithms in <function>crypt()</> differ from the usual + The algorithms in <function>crypt()</> differ from the usual MD5 or SHA1 hashing algorithms in the following respects: </para> |