Skip to content

Commit 44da076

Browse files
authored
upd
1 parent d186cc6 commit 44da076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConstructionBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if VERSION >= v"1.7"
5555
if propertynames(obj) !== fieldnames(typeof(obj))
5656
error("""
5757
The `$(nameof(typeof(obj)))` type defines custom properties: it has `propertynames` overloaded.
58-
Please define `ConstructionBase.setproperties(::`$(nameof(typeof(obj)))`, ::NamedTuple)` to set its properties.
58+
Please define `ConstructionBase.setproperties(::$(nameof(typeof(obj))), ::NamedTuple)` to set its properties.
5959
""")
6060
end
6161
end

0 commit comments

Comments
 (0)