Skip to content

Commit 6e04e8e

Browse files
Update literals.jl (#12)
1 parent 4cdaedb commit 6e04e8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/literals.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ One can use the object in suffix form `1*i8` or `1i8` to perform the conversion.
1414
- `u8`: Convert to `UInt8`
1515
- `u16`: Convert to `UInt16`
1616
- `u32`: Convert to `UInt32`
17-
```
1817
"""
1918
struct Literal{T} end
2019
Base.:(*)(x::Number, ::Type{Literal{T}}) where {T} = T(x)

0 commit comments

Comments
 (0)