Skip to content

Commit 05b26e8

Browse files
authored
Add missing false return type in hash_file documentation (#4671)
1 parent d4854f4 commit 05b26e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/hash/functions/hash-file.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<para>
6767
Returns a string containing the calculated message digest as lowercase hexits
6868
unless <parameter>binary</parameter> is set to true in which case the raw
69-
binary representation of the message digest is returned.
69+
binary representation of the message digest is returned, &return.falseforfailure;.
7070
</para>
7171
</refsect1>
7272

0 commit comments

Comments
 (0)