Skip to content

Commit

Permalink
minor #3784 [Expression Langage] be consistent in "print/print out" u…
Browse files Browse the repository at this point in the history
…ses (mickaelandrieu)

This PR was merged into the 2.4 branch.

Discussion
----------

[Expression Langage] be consistent in "print/print out" uses

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?  | no
| Applies to?    | 2.4, 2.5
| Fixed tickets? | no

Commits
-------

c0fdca7 [Expression Langage] be consistent in "print/print out" uses
  • Loading branch information
weaverryan committed Apr 28, 2014
2 parents 863a764 + c0fdca7 commit 136f98c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/expression_language/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ to JavaScript::
)
);

This will print ``Honeycrisp``.
This will print out ``Honeycrisp``.

Calling Methods
~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -79,7 +79,7 @@ JavaScript::
)
);

This will print ``Hi Hi Hi!``.
This will print out ``Hi Hi Hi!``.

.. _component-expression-functions:

Expand All @@ -97,7 +97,7 @@ constant::
'constant("DB_USER")'
);

This will print ``root``.
This will print out ``root``.

.. tip::

Expand All @@ -121,7 +121,7 @@ array keys, similar to JavaScript::
)
);

This will print ``42``.
This will print out ``42``.

Supported Operators
-------------------
Expand Down

0 comments on commit 136f98c

Please sign in to comment.