From 44aea404c792d1991563e8e924ffbebf14094151 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 5 Aug 2009 22:21:37 +0200 Subject: Remove a spurious comment from helpers.lua --- helpers.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'helpers.lua') diff --git a/helpers.lua b/helpers.lua index cc5d823..5f54521 100644 --- a/helpers.lua +++ b/helpers.lua @@ -19,7 +19,6 @@ module("vicious.helpers") -- {{{ Helper functions -- {{{ Format a string with args function format(format, args) - -- Format a string for var, val in pairs(args) do format = string.gsub(format, "$" .. var, val) end -- cgit v1.2.3