Skip to content

Commit 606dac1

Browse files
committed
Fix readme
1 parent c31d829 commit 606dac1

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
@@ -270,7 +270,7 @@ As above mentioned, you can use your own data classes. There are actually no
270270
restrictions other than the class needs a no-argument constructor. The main
271271
advantage is that this class can have additional methods that have some
272272
logic. You can even define additional attributes that will not be saved in
273-
the database by a DAO. These attributes start with an underscore (_).
273+
the database by a DAO. These attributes start with an underscore.
274274

275275
Here is an example:
276276

0 commit comments

Comments
 (0)