We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745b1d8 commit 1ddca05Copy full SHA for 1ddca05
src/decoding.jl
@@ -1,4 +1,4 @@
1
-# Unicode iteration and decoding for StringView, copied from the corresponding StringView functions in Base
+# Unicode iteration and decoding for StringView, copied from the corresponding String functions in Base
2
3
@inline between(b::T, lo::T, hi::T) where {T<:Integer} = (lo ≤ b) & (b ≤ hi)
4
0 commit comments