From 6eb9a88e82bb08eed7c3702400bb243b2c34cd04 Mon Sep 17 00:00:00 2001 From: Younies Mahmoud Date: Mon, 27 Apr 2020 14:53:13 +0200 Subject: [PATCH] fix the header --- icu4c/source/i18n/unicode/numberformatter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index 5b1cbc7d7e0..23f7e96709e 100644 --- a/icu4c/source/i18n/unicode/numberformatter.h +++ b/icu4c/source/i18n/unicode/numberformatter.h @@ -1509,8 +1509,8 @@ class U_I18N_API NumberFormatterSettings { * * Pass this method any instance of {@link MeasureUnit}. For units of measure: * - * NOTE: If the `usage` is set, the output unit **will be changed** - * according to the `usage`, `locale` and `unit` values. + * NOTE: If the `usage` is set, the output unit **will be changed** + * according to the `usage`, `locale` and `unit` values. * *
      * NumberFormatter::with().unit(MeasureUnit::getMeter())
-- 
2.40.0