Skip to content

Commit e7dabbf

Browse files
committed
Fix a typo
1 parent 62a99d4 commit e7dabbf

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
@@ -6,7 +6,7 @@ DatabaseObject library is a set of classes that make work with database just a b
66

77
1. Types - entities that map to a single table,
88
2. Objects - type instances that map to a single row of a type table,
9-
3. Collections - a group of objects that meet the given criteria. This group is perfect for HTTP responses because collections support data tagging and tag validation,
9+
3. Collections - a group of objects that meets the given criteria. This group is perfect for HTTP responses because collections support data tagging and tag validation (ETag and HTTP 304),
1010
4. Pool - manage registered types and make multi-type interaction possible,
1111
6. Producers - customise the way pool produces new instances,
1212
7. Validators - validate object properties before saving them to the database.

0 commit comments

Comments
 (0)