Description
In the process specification doc (http://falcon.incubator.apache.org/docs/EntitySpecification.html#Process_Specification), the code snippet in the Parallel section contains:
<process name="[process name]">
...
<concurrency>[concurrency]</concurrency>
...
</process>
whereas it should be:
<process name="[process name]">
...
<parallel>[parallel]</parallel>
...
</process>
The description also mixes parallel and concurrency wording.