# HG changeset patch # User jbe # Date 1407790643 -7200 # Node ID bb298fc60952932de0fee884739bb7ba650045b8 # Parent e81669ae2e4dd7ac63d4e3ae5ca56ad6d7f320df Fixed inline documentation of slot.put_into(...) diff -r e81669ae2e4d -r bb298fc60952 framework/env/slot/put_into.lua --- a/framework/env/slot/put_into.lua Mon Aug 11 21:54:23 2014 +0200 +++ b/framework/env/slot/put_into.lua Mon Aug 11 22:57:23 2014 +0200 @@ -1,8 +1,8 @@ --[[-- slot.put_into( - slot_ident -- name of a slot - string1, -- string to be written into the named slot - string2, -- another string to be written into the named slot + slot_ident, -- name of a slot + string1, -- string to be written into the named slot + string2, -- another string to be written into the named slot ... ) @@ -20,4 +20,4 @@ if v == nil then break end t[#t + 1] = v end -end \ No newline at end of file +end