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 35fa6a4 commit 2376c36Copy full SHA for 2376c36
1 file changed
docs/generics.rst
@@ -26,4 +26,4 @@ This means that if you use a generic type like.
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
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``.
+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