diff --git a/doc/manual/types.rst b/doc/manual/types.rst index 67993e82e345b..11fd15d6b920b 100644 --- a/doc/manual/types.rst +++ b/doc/manual/types.rst @@ -661,7 +661,7 @@ However, ``Point`` itself is also a valid type object: Point{T} Here the ``T`` is the dummy type symbol used in the original declaration -of ``Point``. What does ``Point`` by itself mean? It is an abstract type +of ``Point``. What does ``Point`` by itself mean? It is a type that contains all the specific instances ``Point{Float64}``, ``Point{AbstractString}``, etc.: