Commit eb20fbbe authored by Jeroen Vaelen's avatar Jeroen Vaelen Committed by Facebook Github Bot

fix typo in gen docs

Reviewed By: ddrcoder

Differential Revision: D10461414

fbshipit-source-id: 75c6ddc7979ade91917cacb0b58038bbde51172a
parent c474a2d7
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
* auto gen = from(names); * auto gen = from(names);
* *
* Generators are composed by building new generators out of old ones through * Generators are composed by building new generators out of old ones through
* the use of operators. These are reminicent of shell pipelines, and afford * the use of operators. These are reminiscent of shell pipelines, and afford
* similar composition. Lambda functions are used liberally to describe how to * similar composition. Lambda functions are used liberally to describe how to
* handle individual values: * handle individual values:
* *
......
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