Skip to content

Commit fe03299

Browse files
Alexandre Dutraolim7t
authored andcommitted
Address user feedback.
1 parent 12a957c commit fe03299

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manual/object_mapper/using/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ public interface UserAccessor {
192192
}
193193
```
194194

195-
The `MappingManager` can then process this class and generate an
196-
implementation:
195+
The `MappingManager` can then process this interface and automatically generate an
196+
implementation for it:
197197

198198
```java
199199
UserAccessor userAccessor = manager.createAccessor(UserAccessor.class);

0 commit comments

Comments
 (0)