Skip to content

Commit b79e4ba

Browse files
authored
Merge pull request #279 from domaframework/translate
Polish documents
2 parents 703262b + e3051eb commit b79e4ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/expression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Expression language
55
.. contents:: Contents
66
:depth: 3
77

8-
You can write simple expressions in expression comments of :doc:`sql`.
8+
You can write simple expressions in directives of :doc:`sql`.
99
The grammar is almost the same as Java.
1010
However, not everything is possible that Java can do.
1111

docs/sql.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ The expression enclosed between ``/*`` and ``*/`` is evaluated and
189189
its evaluation result is passed to bind variable in SQL statement.
190190
The directive must be followed by test data, which is never used in runtime.
191191

192-
Basic or domain parameters
193-
~~~~~~~~~~~~~~~~~~~~~~~~~~
192+
Basic and domain parameters
193+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
194194

195-
The parameter whose type is one of :doc:`basic` or :doc:`domain`
195+
The parameter whose type is one of :doc:`basic` and :doc:`domain`
196196
is recognised as a bind variable.
197197

198198
The following example is the pair of a DAO method and an SQL template:
@@ -785,5 +785,5 @@ In other hand, the followings are the beginning of a directive:
785785

786786
.. note::
787787

788-
We recommend you always to use ``/***/`` to begin multi line comments.
788+
We recommend you always use ``/**...*/`` to begin multi line comments because it is simple.
789789

0 commit comments

Comments
 (0)