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
|
return s
|
||||||
end
|
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
|
-- other characters must be escaped
|
||||||
local segment_set = make_set {
|
local segment_set = make_set {
|
||||||
"-", "_", ".", "!", "~", "*", "'", "(",
|
"-", "_", ".", "!", "~", "*", "'", "(",
|
||||||
|
|
Loading…
Add table
Reference in a new issue