Skip to content

Commit b2be892

Browse files
authored
Typo fix. (#69)
1 parent 0dc4ba3 commit b2be892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ Note: At the moment not all CDT operations are supported, and if the underlying
21742174
Scans can be used to process every record in a set. The scan iterates through every item in the set and invokes a callback for every item in the set. For example:
21752175

21762176
```java
2177-
mapper.scan(Pseron.class, (person) -> {
2177+
mapper.scan(Person.class, (person) -> {
21782178
// ... process person
21792179
return true;
21802180
});

0 commit comments

Comments
 (0)