Skip to content

Commit 136f98c

Browse files
committed
minor #3784 [Expression Langage] be consistent in "print/print out" uses (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
2 parents 863a764 + c0fdca7 commit 136f98c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: components/expression_language/syntax.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to JavaScript::
4949
)
5050
);
5151

52-
This will print ``Honeycrisp``.
52+
This will print out ``Honeycrisp``.
5353

5454
Calling Methods
5555
~~~~~~~~~~~~~~~
@@ -79,7 +79,7 @@ JavaScript::
7979
)
8080
);
8181

82-
This will print ``Hi Hi Hi!``.
82+
This will print out ``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 print out ``root``.
101101

102102
.. tip::
103103

@@ -121,7 +121,7 @@ array keys, similar to JavaScript::
121121
)
122122
);
123123

124-
This will print ``42``.
124+
This will print out ``42``.
125125

126126
Supported Operators
127127
-------------------

0 commit comments

Comments
 (0)