Skip to content

Commit 1ddca05

Browse files
authored
typo in comment
1 parent 745b1d8 commit 1ddca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decoding.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unicode iteration and decoding for StringView, copied from the corresponding StringView functions in Base
1+
# Unicode iteration and decoding for StringView, copied from the corresponding String functions in Base
22

33
@inline between(b::T, lo::T, hi::T) where {T<:Integer} = (lo b) & (b hi)
44

0 commit comments

Comments
 (0)