Skip to content

Commit 9d4d118

Browse files
Kwasowpull[bot]
authored andcommitted
Fixed typo in ReactCommon/buffer/map.h (#34631)
Summary: Fixed a typo inside ReactCommon. ## Changelog [General] [Fixed] - Fixed typo in comment Pull Request resolved: #34631 Test Plan: _This change does not require testing._ Reviewed By: cortinico Differential Revision: D39382191 Pulled By: cipolleschi fbshipit-source-id: 73939daaaa6199992019e74fe67d638176c8b58d
1 parent 217acbd commit 9d4d118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReactCommon/butter/map.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ namespace facebook {
2323
namespace butter {
2424

2525
/*
26-
* Note: In Butter, `map` aliases to `unorderd_map` because everyone agrees that
27-
* an *ordered* map is nonsense and was a huge mistake for standardization. If
28-
* you need an *ordered* map, feel free to introduce that as
26+
* Note: In Butter, `map` aliases to `unordered_map` because everyone agrees
27+
* that an *ordered* map is nonsense and was a huge mistake for standardization.
28+
* If you need an *ordered* map, feel free to introduce that as
2929
* `butter::ordered_map`.
3030
*/
3131

0 commit comments

Comments
 (0)