From 45aa7316ce431af8505b84fec98d8ff4ce5310df Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Thu, 30 Jan 2020 14:49:06 -0800 Subject: [PATCH] Fix docs build --- icu4c/source/i18n/unicode/measunit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/measunit.h b/icu4c/source/i18n/unicode/measunit.h index 67d74d39428..8f9996d8591 100644 --- a/icu4c/source/i18n/unicode/measunit.h +++ b/icu4c/source/i18n/unicode/measunit.h @@ -383,7 +383,7 @@ class U_I18N_API MeasureUnit: public UObject { * NOTE: Only works on SINGLE units. If this is a COMPOUND or SEQUENCE unit, an error will * occur. For more information, see UMeasureUnitComplexity. * - * @param power The dimensionality (power). + * @param dimensionality The dimensionality (power). * @param status Set if this is not a SINGLE unit or if another error occurs. * @return A new SINGLE unit. */ -- 2.40.0