We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217acbd commit 9d4d118Copy full SHA for 9d4d118
ReactCommon/butter/map.h
@@ -23,9 +23,9 @@ namespace facebook {
23
namespace butter {
24
25
/*
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
+ * 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
29
* `butter::ordered_map`.
30
*/
31
0 commit comments