Skip to content

Commit 38d6acc

Browse files
alexottadutra
authored andcommitted
Fix incorrect documentation about get method (apache#1114)
1 parent 25244e8 commit 38d6acc

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
@@ -51,8 +51,8 @@ UUID userId = ...;
5151
User u = mapper.get(userId);
5252
```
5353

54-
`get`'s arguments must match the partition key components (number of
55-
arguments and their types).
54+
`get`'s arguments must match the primary key components (number of
55+
arguments, their types, and order).
5656

5757
--------------
5858

0 commit comments

Comments
 (0)