We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9143bac commit 5550e95Copy full SHA for 5550e95
docs/generics.rst
@@ -25,5 +25,5 @@ This means that if you use a generic type like.
25
}
26
27
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
+The type resolver will not be able to determine what ``T`` is. In fact there is no difference between ``T`` and any other relative
29
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