From 44fb9e911281a2ff2c032cd20959ad91a1f470b4 Mon Sep 17 00:00:00 2001 From: LordHelmchen Date: Thu, 16 Mar 2017 17:53:02 +0100 Subject: [PATCH] correct typo --- src/url.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url.lua b/src/url.lua index 3290ce7..fb333b1 100644 --- a/src/url.lua +++ b/src/url.lua @@ -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 { "-", "_", ".", "!", "~", "*", "'", "(",