From 106d92bd3bfebe72634ec6350f77f4a516310084 Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Tue, 28 Nov 2023 20:49:14 +0100 Subject: [PATCH] [docs] Minor docstring update --- include/GooseEYE/GooseEYE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GooseEYE/GooseEYE.h b/include/GooseEYE/GooseEYE.h index 020665d8..2460ce18 100644 --- a/include/GooseEYE/GooseEYE.h +++ b/include/GooseEYE/GooseEYE.h @@ -316,7 +316,7 @@ inline L labels_rename(const L& labels, const A& rename) /** * @brief Prune labels: renumber labels to lowest possible label starting from 1. - * Note that the background 0 is always 0. + * Note that the background 0 is always kept 0. * * @param labels Image with labels. * @return Image with reordered labels.