Skip to content

Commit

Permalink
Update basedocs.jl (#42113)
Browse files Browse the repository at this point in the history
add the new{A,B,...} syntax to the description of the new keyword/special function
  • Loading branch information
dlakelan authored Sep 17, 2021
1 parent c5f3487 commit 8ed8493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,10 @@ fields of the type to be set after construction. See the manual section on
kw"mutable struct"

"""
new
new, or new{A,B,...}
Special function available to inner constructors which created a new object
of the type.
Special function available to inner constructors which creates a new object
of the type. The form new{A,B,...} explicitly specifies values of parameters for parametric types.
See the manual section on [Inner Constructor Methods](@ref man-inner-constructor-methods)
for more information.
"""
Expand Down

0 comments on commit 8ed8493

Please sign in to comment.