We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3038d5c commit f262934Copy full SHA for f262934
Utils/PrettyPrint.lua
@@ -46,7 +46,7 @@ end
46
47
--- Prints timestamps in a human-readable fashion?
48
-- TODO: LuaDoc
49
-function PP:FormatTime(t)
+function PP.FormatTime(t)
50
if not t then
51
return "0:00"
52
end
0 commit comments