Skip to content

Commit 4ff05bc

Browse files
authored
Update docstring
1 parent 242d33c commit 4ff05bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/BaseType.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For example,
1414
Float32 => Float32,
1515
Float32 => Float32,
1616
Array{Float64,1} => Float64,
17-
ComplexF64 => ComplexF64,
17+
ComplexF64 => Float64,
1818
Dual{Int64} => Int64,
1919
Quantity{Float32} => Float32,
2020
]

0 commit comments

Comments
 (0)