Replaced TODO with Todo in helpers.
This commit is contained in:
parent
9cd250be0b
commit
19ca7b5a03
|
@ -27,7 +27,7 @@ module("vicious.helpers")
|
||||||
-- {{{ Helper functions
|
-- {{{ Helper functions
|
||||||
-- {{{ Format a string with args
|
-- {{{ Format a string with args
|
||||||
function format(format, 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
|
-- Format a string
|
||||||
for var, val in pairs(args) do
|
for var, val in pairs(args) do
|
||||||
|
|
Loading…
Reference in New Issue