@@ -49,7 +49,7 @@ to #"diff-7c1d01740af652e83a4feff0be6d870005f9641c2eb108854514f456c2e9d0ca-49-49-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">49
49 )
5050 );
5151
52- This will print ``Honeycrisp ``.
52+ This will printout ``Honeycrisp ``.
5353
5454Calling Methods
5555~~~~~~~~~~~~~~~
@@ -79,7 +79,7 @@ #"diff-7c1d01740af652e83a4feff0be6d870005f9641c2eb108854514f456c2e9d0ca-79-79-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">79
79 )
8080 );
8181
82- This will print ``Hi Hi Hi! ``.
82+ This will printout ``Hi Hi Hi! ``.
8383
8484.. _component-expression-functions :
8585
@@ -97,7 +97,7 @@ constant::
9797 'constant("DB_USER")'
9898 );
9999
100- This will print ``root ``.
100+ This will printout ``root ``.
101101
102102..tip ::
103103
@@ -121,7 +121,7 @@ array keys, similar to #"diff-7c1d01740af652e83a4feff0be6d870005f9641c2eb108854514f456c2e9d0ca-121-121-0" data-selected="false" role="gridcell" tabindex="-1" valign="top">121
121 )
122122 );
123123
124- This will print ``42 ``.
124+ This will printout ``42 ``.
125125
126126Supported Operators
127127-------------------