Replaced TODO with Todo in helpers.

This commit is contained in:
Adrian C. (anrxc) 2009-07-29 23:40:50 +02:00
parent 9cd250be0b
commit 19ca7b5a03
1 changed files with 1 additions and 1 deletions

View File

@ -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