julia> typeof(nothing)
Nothing
julia> typeof(Nothing)
DataType
help?> Nothing
search: Nothing nothing
Nothing
A type with no fields that is the type nothing.
I guess, for the docs of Nothing, it should read:
A type with no fields with the singleton instance nothing.
or simply:
A type with no fields that is the type of nothing.