Fixed typo in GraphInterpreter.scala (#21552)

This commit is contained in:
KAWACHI Takashi 2016-09-25 08:24:08 +09:00 committed by Konrad Malawski
parent ddb2b5cd28
commit 6e0b8b98f3

View file

@ -316,7 +316,7 @@ object GraphInterpreter {
*
* From an external viewpoint, the GraphInterpreter takes an assembly of graph processing stages encoded as a
* [[GraphInterpreter#GraphAssembly]] object and provides facilities to execute and interact with this assembly.
* The lifecylce of the Interpreter is roughly the following:
* The lifecycle of the Interpreter is roughly the following:
* - Boundary logics are attached via [[attachDownstreamBoundary()]] and [[attachUpstreamBoundary()]]
* - [[init()]] is called
* - [[execute()]] is called whenever there is need for execution, providing an upper limit on the processed events