Skip to content

Commit 4cfc131

Browse files
committed
manual nitpick: document sha512 support in hashString
1 parent 0963479 commit 4cfc131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/expressions/builtins.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,8 +693,8 @@ builtins.genList (x: x * x) 5
693693
<listitem><para>Return a base-16 representation of the
694694
cryptographic hash of string <replaceable>s</replaceable>. The
695695
hash algorithm specified by <replaceable>type</replaceable> must
696-
be one of <literal>"md5"</literal>, <literal>"sha1"</literal> or
697-
<literal>"sha256"</literal>.</para></listitem>
696+
be one of <literal>"md5"</literal>, <literal>"sha1"</literal>,
697+
<literal>"sha256"</literal> or <literal>"sha512"</literal>.</para></listitem>
698698

699699
</varlistentry>
700700

0 commit comments

Comments
 (0)