Fix table with block constructs in muranoPl doc

Change-Id: Iefd891f2454c76f6690820ff316f525ef272605b
This commit is contained in:
Dmytro Dovbii 2015-06-17 16:37:25 +03:00
parent e1c468a489
commit 8f2f14847b

View File

@ -335,9 +335,9 @@ The following block constructs are available:
| | - block | |
+-----------------------------+---------------------------------------------------------------------------------------+
| | While: predicate() | | ``predicate()`` must be evaluated to ``True`` or ``False`` |
| | Do:`` | |
| | - code | |
| | - block | |
| | Do: | |
| | - code | |
| | - block | |
+-----------------------------+---------------------------------------------------------------------------------------+
| | For: variableName | | ``collection`` must be a YAQL expression returning iterable collection or |
| | In: collection | evaluatable array as in assignment instructions, for example, ``[1, 2, $x]`` |