Skip to content

Commit 261f72c

Browse files
committed
Remove Dict example
1 parent 5cf7bd9 commit 261f72c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ For example,
2121
| `Measurement{Float32}` | `Float32` |
2222
| `Dual{BigFloat}` | `BigFloat` |
2323
| `Rational{Int8}` | `Int8` |
24-
| `Dict{Int64,Float64}` | `Int64` |
2524
| `Quantity{Float32,Dimensions}` | `Float32` |
2625

2726
Packages should write a method to `base_numeric_type`

src/BaseType.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ For example,
1818
| `Set{Float32}` | `Float32` |
1919
| `Measurement{Float32}` | `Float32` |
2020
| `Rational{Int8}` | `Int8` |
21-
| `Dict{Int64,Float64}` | `Int64` |
2221
| `Dual{BigFloat}` | `BigFloat` |
2322
| `Quantity{Float32,Dimensions}` | `Float32` |
2423
"""

0 commit comments

Comments
 (0)