Skip to content

Commit

Permalink
Fix typo in length(::AbstractString) doc [ci skip] (JuliaLang#28867)
Browse files Browse the repository at this point in the history
  • Loading branch information
swt30 authored and StefanKarpinski committed Aug 25, 2018
1 parent 9107365 commit b18f589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ isless(a::Symbol, b::Symbol) = cmp(a, b) < 0
The number of characters in string `s` from indices `i` through `j`. This is
computed as the number of code unit indices from `i` to `j` which are valid
character indices. Without only a single string argument, this computes the
character indices. With only a single string argument, this computes the
number of characters in the entire string. With `i` and `j` arguments it
computes the number of indices between `i` and `j` inclusive that are valid
indices in the string `s`. In addition to in-bounds values, `i` may take the
Expand Down

0 comments on commit b18f589

Please sign in to comment.