From ccdc3ce97e72275ddda9e8f4b101a0dbad8c1da4 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Wed, 9 Oct 2024 08:50:06 -0600 Subject: [PATCH] Improve description of empty() function in include/deal.II/hp/collection.h Co-authored-by: Rene Gassmoeller Author: Fernando Herrera --- include/deal.II/hp/collection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/hp/collection.h b/include/deal.II/hp/collection.h index 92431efcca..57f4e10539 100644 --- a/include/deal.II/hp/collection.h +++ b/include/deal.II/hp/collection.h @@ -253,7 +253,7 @@ namespace hp size() const; /** - * This is equivalent to size() == 0 + * The return value of this function is equivalent to size() == 0 */ bool empty() const; -- 2.39.5