Skip to content

Commit 20990b0

Browse files
committed
bug fix
1 parent 5827f95 commit 20990b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/characters/characters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ codeunit(s::Characters, i::Integer) = s.data[i]
170170

171171
isvalid(s::Characters, i::Int) = checkbounds(Bool, s, i)
172172

173-
Characters(s::Symbol) = Character(string(s))
173+
Characters(s::Symbol) = Characters(string(s))
174174

175175
Characters(::Missing) = missing
176176
Characters{N}(::Missing) where N = missing

0 commit comments

Comments
 (0)