Skip to content

Commit 8dfb12e

Browse files
committed
Fix typo [skip ci]
1 parent 1884ab5 commit 8dfb12e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/criteria-api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Criteria API
88
Introduction
99
============
1010

11-
There are two kind of DSLs in the Criteria API:
11+
There are two kinds of DSLs in the Criteria API:
1212

1313
* The Entityql DSL
1414
* The NativeSql DSL
1515

16-
Both require predefined Entity classes and the metamodel classes.
16+
Both require predefined Entity classes and metamodel classes.
1717

1818
We use the following Entity classes to show you some examples:
1919

@@ -170,7 +170,7 @@ The above query issues the following SQL statement:
170170
The difference between two DSLs
171171
-------------------------------
172172

173-
The biggest difference between two DSLs is that the Entityql DSL remove duplicated data
173+
The biggest difference between two DSLs is that the Entityql DSL removes duplicated data
174174
from the fetched results, but the NativeSQL DSL doesn't.
175175

176176
See the following example:

0 commit comments

Comments
 (0)