Skip to content

Commit b902a38

Browse files
authored
Type as a type name should be capitalized (#54256)
1 parent 50833c8 commit b902a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/number.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ zero(::Type{Union{}}, slurp...) = Union{}(0)
316316

317317
"""
318318
one(x)
319-
one(T::type)
319+
one(T::Type)
320320
321321
Return a multiplicative identity for `x`: a value such that
322322
`one(x)*x == x*one(x) == x`. If the multiplicative identity can

0 commit comments

Comments
 (0)