Bug 1715980 - Fix the calendar keyword in Calendar::GetBcp47Type docs; r=platform-i18n-reviewers,dminor DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D124982
This commit is contained in:
Greg Tatum 2021-09-09 14:57:37 +00:00
parent ce075afd70
commit 238d8b17c7

View File

@ -45,7 +45,7 @@ class Calendar final {
/**
* Get the BCP 47 keyword value string designating the calendar type. For
* instance "gregory", "chinese", "islamicc", etc.
* instance "gregory", "chinese", "islamic-civil", etc.
*/
Result<const char*, ICUError> GetBcp47Type();