correct typo
This commit is contained in:
parent
860da0f4b4
commit
44fb9e9112
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ local function make_set(t)
|
|||
return s
|
||||
end
|
||||
|
||||
-- these are allowed withing a path segment, along with alphanum
|
||||
-- these are allowed within a path segment, along with alphanum
|
||||
-- other characters must be escaped
|
||||
local segment_set = make_set {
|
||||
"-", "_", ".", "!", "~", "*", "'", "(",
|
||||
|
|
Loading…
Add table
Reference in a new issue