Skip to content

Commit 94bf486

Browse files
committed
minor #20015 Fix typo in the new TypeInfo docs (jdreesen)
This PR was merged into the 7.1 branch. Discussion ---------- Fix typo in the new TypeInfo docs Commits ------- 8e0643a Fix typo in the new TypeInfo docs
2 parents 6bb4ae9 + 8e0643a commit 94bf486

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)