Skip to content

Commit 8e0643a

Browse files
authored
Fix typo in the new TypeInfo docs
1 parent 6bb4ae9 commit 8e0643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/type_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ based on reflection or a simple string::
6666
$type->getCollectionKeyType(); // returns an "int" Type instance
6767
$type->getCollectionValueType()->isNullable(); // returns true
6868

69-
Each of this calls will return you a ``Type`` instance that corresponds to the
69+
Each of these calls will return you a ``Type`` instance that corresponds to the
7070
static method used. You can also resolve types from a string (as shown in the
7171
``bool`` parameter of the previous example)
7272

0 commit comments

Comments
 (0)