Skip to content

Commit 0e80601

Browse files
Fix wording of openssl-pkey-get-details to be consistent with other functions (#2321)
1 parent f0261e3 commit 0e80601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/openssl/functions/openssl-pkey-get-details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<refsect1 role="returnvalues">
3737
&reftitle.returnvalues;
3838
<para>
39-
Returns an array with the key details in success or &false; in failure.
39+
Returns an array with the key details on success or &false; on failure.
4040
Returned array has indexes <literal>bits</literal> (number of bits),
4141
<literal>key</literal> (string representation of the public key) and
4242
<literal>type</literal> (type of the key which is one of

0 commit comments

Comments
 (0)