diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml index 04a501bca6..f3143f8104 100644 --- a/reference/strings/functions/sha1.xml +++ b/reference/strings/functions/sha1.xml @@ -1,5 +1,5 @@ - + sha1 @@ -13,11 +13,12 @@ Calculates the sha1 hash of str using the - US Secure Hash Algorithm 1, + US Secure Hash Algorithm 1, and returns that hash. The hash is a 40-character hexadecimal number. - See also crc32 and md5 + See also sha1_file, crc32, + and md5