From 3f4fd36aa8810b3893a7989278552ceeda103315 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 30 Jul 2016 02:21:45 +0900 Subject: stats: fix comment typo --- player/lua/stats.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'player/lua') diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 579cb67dfd..938efa33ce 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -259,13 +259,13 @@ end -- is skipped and not appended. -- Returns `false` in case nothing was appended, otherwise `true`. -- --- s : Table containing strings. --- property: The property to query and format (based on its OSD representation). --- attr : Optional table to overwrite certain (formatting) attributes for --- this property. --- exclude : Optional table containing keys which are considered invalid values --- for this property. Specifying this will replace empty string as --- default invalid value (nil is always invalid). +-- s : Table containing strings. +-- prop : The property to query and format (based on its OSD representation). +-- attr : Optional table to overwrite certain (formatting) attributes for +-- this property. +-- exclude: Optional table containing keys which are considered invalid values +-- for this property. Specifying this will replace empty string as +-- default invalid value (nil is always invalid). local function append_property(s, prop, attr, excluded) excluded = excluded or {[""] = true} local ret = mp.get_property_osd(prop) -- cgit v1.2.3