Skip to content

Commit 6baabbf

Browse files
committed
Fix typo in mapper doc.
1 parent a4f4811 commit 6baabbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manual/object_mapper/creating/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ value indicates the position of the column in the key:
6565

6666
```
6767
CREATE TABLE sales(countryCode text, areaCode text, sales int,
68-
PRIMARY KEY((countryCode, area Code)));
68+
PRIMARY KEY((countryCode, areaCode)));
6969
```
7070

7171
```java

0 commit comments

Comments
 (0)