Commit 875449cd authored by Michael Lee's avatar Michael Lee Committed by Facebook Github Bot

Fix typo

Summary: Typo

Reviewed By: yfeldblum

Differential Revision: D9755749

fbshipit-source-id: b0295c12353a256e4462dfacf1bafce09c09c598
parent 5379b434
...@@ -1643,7 +1643,7 @@ class Concat : public Operator<Concat> { ...@@ -1643,7 +1643,7 @@ class Concat : public Operator<Concat> {
[&](Inner inner) { inner.foreach(std::forward<Body>(body)); }); [&](Inner inner) { inner.foreach(std::forward<Body>(body)); });
} }
// Resulting concatination is only finite if both Source and Inner are also // Resulting concatenation is only finite if both Source and Inner are also
// finite. In one sence, if dosn't make sence to call concat when the Inner // finite. In one sence, if dosn't make sence to call concat when the Inner
// generator is infinite (you could just call first), so we could also just // generator is infinite (you could just call first), so we could also just
// static_assert if the inner is infinite. Taking the less restrictive // static_assert if the inner is infinite. Taking the less restrictive
......
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