Skip to content

Commit

Permalink
Fix syntax description of HOT get_attr function
Browse files Browse the repository at this point in the history
Fix syntax description of get_attr function in HOT specification.
Colon instead of comma was used in array.

Contributes to blueprint hot-specification

Change-Id: I8007d476093ecd5be41020025b486147a5ac038b
  • Loading branch information
Thomas Spatzier committed Aug 13, 2013
1 parent 94a9cf2 commit 315aa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/template_guide/hot_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ The syntax of the get_attr function is as follows:

::

get_attr: [ <resource ID>: <attribute name> ]
get_attr: [ <resource ID>, <attribute name> ]

resource ID
This parameter specifies the resource the attribute of which shall be
Expand Down

0 comments on commit 315aa57

Please sign in to comment.