mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
5a20bd5b10
commit
2db26c548b
@@ -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`.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user