Skip to content

Commit

Permalink
Fixed typo in ReactCommon/buffer/map.h (#34631)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Kwasow authored and facebook-github-bot committed Nov 30, 2022
1 parent 5a20bd5 commit 2db26c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReactCommon/butter/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
*/

Expand Down

0 comments on commit 2db26c5

Please sign in to comment.