Skip to content

Commit 2376c36

Browse files
jaapiomspirkov
andauthored
Update docs/generics.rst
Co-authored-by: Maksim Spirkov <[email protected]>
1 parent 35fa6a4 commit 2376c36

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
@@ -26,4 +26,4 @@ This means that if you use a generic type like.
2626
}
2727
2828
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``.
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

Comments
 (0)