Update lua_api.txt a bit 153/head
authorPerttu Ahola <celeron55@gmail.com>
Mon, 23 Jul 2012 05:48:55 +0000 (08:48 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 23 Jul 2012 05:48:55 +0000 (08:48 +0300)
doc/lua_api.txt

index ef7726e0f7e5e1d71580862d95be624f290a9a22..2157ca8a84380ec4cca6512736a4fe89a7e87890 100644 (file)
@@ -254,9 +254,9 @@ Nodes are passed by value between Lua and the engine.
 They are represented by a table:
   {name="name", param1=num, param2=num}
 
-param1 and param2 are 8 bit and 4 bit integers, respectively. The engine
-uses them for certain automated functions. If you don't use these
-functions, you can use them to store arbitrary values.
+param1 and param2 are 8 bit integers. The engine uses them for certain
+automated functions. If you don't use these functions, you can use them to
+store arbitrary values.
 
 The functions of param1 and param2 are determined by certain fields in the
 node definition: