Skip to content

Commit 5bce36b

Browse files
committed
Format
1 parent 4b59de7 commit 5bce36b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Examples
6363

6464
### Type-safe Criteria API
6565

66-
This code uses a type-safe Criteria API to fetch employees from a specific department
66+
This code uses a type-safe Criteria API to fetch employees from a specific department
6767
while establishing associations between the related entities:
6868

6969
```java
@@ -118,12 +118,12 @@ public interface EmployeeDao {
118118
e.setDepartment(d);
119119
d.getEmployees().add(e);
120120
return e;
121-
};
121+
};
122122
}
123123
}
124124
```
125125

126-
See [SQL templates](https://doma.readthedocs.io/en/latest/sql/) and
126+
See [SQL templates](https://doma.readthedocs.io/en/latest/sql/) and
127127
[Aggregate strategies](https://doma.readthedocs.io/en/latest/aggregate-strategy/)
128128
for more information.
129129

0 commit comments

Comments
 (0)