Skip to content

Commit 5550e95

Browse files
jaapiomspirkov
andauthored
Update docs/generics.rst
Co-authored-by: Maksim Spirkov <[email protected]>
1 parent 9143bac commit 5550e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ This means that if you use a generic type like.
2525
}
2626
}
2727
28-
The type resolver will not be able to determine what ``T`` is. In fact there is no difference between T and any other relative
28+
The type resolver will not be able to determine what ``T`` is. In fact there is no difference between ``T`` and any other relative
2929
used classname like ``Item``. The resolver will handle ``T`` as a normal class name. In this example it will resolve ``T`` to ``\MyApp\T``.

0 commit comments

Comments
 (0)