Skip to content

Commit

Permalink
Fix #4140: Return type for function gmp_setbit() and gmp_clrbit() are…
Browse files Browse the repository at this point in the history
… incorrectly documented as GMP (#4162)
  • Loading branch information
nielsdos authored Nov 26, 2024
1 parent 3678a6d commit f38aa0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/gmp/functions/gmp-clrbit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&gmp.return;
&return.void;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/gmp/functions/gmp-setbit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&gmp.return;
&return.void;
</para>
</refsect1>

Expand Down

0 comments on commit f38aa0e

Please sign in to comment.