Commit b4372011 authored by Leo Andrade's avatar Leo Andrade Committed by Facebook Github Bot

Fixing minor typo in comment for initlist_construct_t

Summary: Fixing minor typo in comment for initlist_construct_t.

Reviewed By: yfeldblum

Differential Revision: D13356226

fbshipit-source-id: b888c736877c57fa196bf98af87ec0473f6895f5
parent 74eb5169
......@@ -250,7 +250,7 @@ inline in_place_index_tag<I> in_place_index(in_place_index_tag<I> = {}) {
* construction.
*
* Further standard conforming compilers *strongly* favor an
* std::initalizer_list overload for construction if one exists. The
* std::initializer_list overload for construction if one exists. The
* following is a simple tag used to disambiguate construction with
* initializer lists and regular uniform initialization.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment