Skip to content

Commit f7dbd2f

Browse files
SebastianM-Cdpsanders
authored andcommitted
Fix subscriptify (#139)
1 parent 07ba9fd commit f7dbd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function basic_representation(a::Interval{Rational{T}}, format=nothing) where
187187
output
188188
end
189189

190-
function subscriptify(n::Int)
190+
function subscriptify(n::Integer)
191191
dig = reverse(digits(n))
192192
subscript_0 = Int('') # 0x2080
193193
join( [Char(subscript_0 + i) for i in dig])

0 commit comments

Comments
 (0)