aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.lua b/helpers.lua
index d2bfc9f..875c14b 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -27,7 +27,7 @@ module("vicious.helpers")
-- {{{ Helper functions
-- {{{ Format a string with args
function format(format, args)
- -- TODO: Find a more efficient way to do this
+ -- Todo: Find a more efficient way to do this
-- Format a string
for var, val in pairs(args) do