From: daurnimator Date: Wed, 17 Dec 2014 00:19:56 +0000 (-0500) Subject: luatz/parse: Fix unbalanced parens in comment X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a3b2f88d60b3f1d2275170c616fc052b7a5df51a luatz/parse: Fix unbalanced parens in comment --- diff --git a/luatz/parse.lua b/luatz/parse.lua index f5cf735..0b3b2dd 100644 --- a/luatz/parse.lua +++ b/luatz/parse.lua @@ -27,7 +27,7 @@ local function rfc_3339 ( str , init ) if hour_offset then tz_offset = tonumber ( hour_offset ) * 3600 + tonumber ( min_offset ) * 60 else - -- Invalid RFC 3339 timestamp offset (should be Z or (+/-)hour:min + -- Invalid RFC 3339 timestamp offset (should be Z or (+/-)hour:min) -- tz_offset will be nil end end