Commit c3afb202 authored by Hunter Zhang's avatar Hunter Zhang Committed by Facebook Github Bot

Fix typo in folly/Conv.h

Summary: as described in title

Reviewed By: Orvid

Differential Revision: D10279251

fbshipit-source-id: 0ab66033193026ccb0b6a06e57557a822ccb8a70
parent ca295dff
......@@ -844,7 +844,7 @@ toAppendDelimStrImpl(const Delimiter& delim, const T& v, const Ts&... vs) {
/**
* Variadic conversion to string. Appends each element in turn.
* If we have two or more things to append, we it will not reserve
* If we have two or more things to append, we will not reserve
* the space for them and will depend on strings exponential growth.
* If you just append once consider using toAppendFit which reserves
* the space needed (but does not have exponential as a result).
......
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