Fixed typo in ReactCommon/buffer/map.h (#34631)

Summary:
Fixed a typo inside ReactCommon.

## Changelog

[General] [Fixed] - Fixed typo in comment

Pull Request resolved: https://github.com/facebook/react-native/pull/34631

Test Plan: _This change does not require testing._

Reviewed By: cortinico

Differential Revision: D39382191

Pulled By: cipolleschi

fbshipit-source-id: 73939daaaa6199992019e74fe67d638176c8b58d
This commit is contained in:
Kwasow
2022-11-30 06:55:21 -08:00
committed by Facebook GitHub Bot
parent 5a20bd5b10
commit 2db26c548b
+3 -3
View File
@@ -23,9 +23,9 @@ namespace facebook {
namespace butter {
/*
* Note: In Butter, `map` aliases to `unorderd_map` because everyone agrees that
* an *ordered* map is nonsense and was a huge mistake for standardization. If
* you need an *ordered* map, feel free to introduce that as
* Note: In Butter, `map` aliases to `unordered_map` because everyone agrees
* that an *ordered* map is nonsense and was a huge mistake for standardization.
* If you need an *ordered* map, feel free to introduce that as
* `butter::ordered_map`.
*/