From f38aa0ef2ec36f425ebb18c8978a4e19cf6e5017 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:04:33 +0100 Subject: [PATCH] Fix #4140: Return type for function gmp_setbit() and gmp_clrbit() are incorrectly documented as GMP (#4162) --- reference/gmp/functions/gmp-clrbit.xml | 2 +- reference/gmp/functions/gmp-setbit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/gmp/functions/gmp-clrbit.xml b/reference/gmp/functions/gmp-clrbit.xml index 2623ec50c095..fd6f56899b9c 100644 --- a/reference/gmp/functions/gmp-clrbit.xml +++ b/reference/gmp/functions/gmp-clrbit.xml @@ -46,7 +46,7 @@ &reftitle.returnvalues; - &gmp.return; + &return.void; diff --git a/reference/gmp/functions/gmp-setbit.xml b/reference/gmp/functions/gmp-setbit.xml index b1121bb8d33f..7b5454714687 100644 --- a/reference/gmp/functions/gmp-setbit.xml +++ b/reference/gmp/functions/gmp-setbit.xml @@ -54,7 +54,7 @@ &reftitle.returnvalues; - &gmp.return; + &return.void;