Skip to content

Commit 98a62e8

Browse files
RobinKampssamdark
authored andcommitted
fixed typo (#175)
1 parent 5d2af88 commit 98a62e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/structure-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Implementing typed collections
22
==============================
33

4-
For stricter type hinting and iterfaces it could be useful to implement typed collections to put your models and other same-typed
4+
For stricter type hinting and interfaces it could be useful to implement typed collections to put your models and other same-typed
55
classes into.
66

77
As an example, we'll assume we have a `Post` class:

0 commit comments

Comments
 (0)