Skip to content

Commit 9990026

Browse files
authored
Update README.md
1 parent 0d790f2 commit 9990026

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
@@ -70,7 +70,7 @@ MEMBER_REAL(weight)
7070
//}
7171
```
7272

73-
During the database initialization phase, all record types (in the example `Person` and `Pet`) will be register in the database and the corresponding tables will be created if needed. No need for manual registration, no runtime errors due to forgotten records.
73+
During the database initialization phase, all record types (in the example `Person` and `Pet`) will be registered in the database and the corresponding tables will be created if needed. No need for manual registration, no runtime errors due to forgotten records.
7474

7575
The following member attributes are allowed, based on the most commonly used SQLite column types:
7676
* int64_t -> `MEMBER_INT`

0 commit comments

Comments
 (0)