webmcp

changeset 198:bb298fc60952

Fixed inline documentation of slot.put_into(...)
author jbe
date Mon Aug 11 22:57:23 2014 +0200 (2014-08-11)
parents e81669ae2e4d
children 9fd7e1bf9fe3
files framework/env/slot/put_into.lua
line diff
     1.1 --- a/framework/env/slot/put_into.lua	Mon Aug 11 21:54:23 2014 +0200
     1.2 +++ b/framework/env/slot/put_into.lua	Mon Aug 11 22:57:23 2014 +0200
     1.3 @@ -1,8 +1,8 @@
     1.4  --[[--
     1.5  slot.put_into(
     1.6 -  slot_ident  -- name of a slot
     1.7 -  string1,    -- string to be written into the named slot
     1.8 -  string2,    -- another string to be written into the named slot
     1.9 +  slot_ident,   -- name of a slot
    1.10 +  string1,      -- string to be written into the named slot
    1.11 +  string2,      -- another string to be written into the named slot
    1.12    ...
    1.13  )
    1.14  
    1.15 @@ -20,4 +20,4 @@
    1.16      if v == nil then break end
    1.17      t[#t + 1] = v
    1.18    end
    1.19 -end
    1.20 \ No newline at end of file
    1.21 +end

Impressum / About Us