Skip to content

Commit

Permalink
Fix wording of openssl-pkey-get-details to be consistent with other f…
Browse files Browse the repository at this point in the history
…unctions (#2321)
  • Loading branch information
martinssipenko authored Feb 22, 2023
1 parent f0261e3 commit 0e80601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-pkey-get-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an array with the key details in success or &false; in failure.
Returns an array with the key details on success or &false; on failure.
Returned array has indexes <literal>bits</literal> (number of bits),
<literal>key</literal> (string representation of the public key) and
<literal>type</literal> (type of the key which is one of
Expand Down

0 comments on commit 0e80601

Please sign in to comment.