From 8f2f14847b6703bc53a39eb84606475d0f48ee0f Mon Sep 17 00:00:00 2001 From: Dmytro Dovbii Date: Wed, 17 Jun 2015 16:37:25 +0300 Subject: [PATCH] Fix table with block constructs in muranoPl doc Change-Id: Iefd891f2454c76f6690820ff316f525ef272605b --- doc/source/draft/appdev-guide/murano_pl/class_templ.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/draft/appdev-guide/murano_pl/class_templ.rst b/doc/source/draft/appdev-guide/murano_pl/class_templ.rst index 26a85ee2..6604b025 100644 --- a/doc/source/draft/appdev-guide/murano_pl/class_templ.rst +++ b/doc/source/draft/appdev-guide/murano_pl/class_templ.rst @@ -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]`` |