Corrected another typo

master
Rubenwardy 2012-08-23 15:21:09 +01:00
parent bc4b941acc
commit 02ac7943be
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ The interval is 1 in this case, but the chance (probability) is 100.Therefore th
Sometimes you have so much code, a single init.lua file is too hard to maintain.
<p>
But there is a solution! <code>dofile(minetest.get_modpath("tutorial").."/anotherfile.lua")</code> will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and add load its contents.
But there is a solution! <code>dofile(minetest.get_modpath("tutorial").."/anotherfile.lua")</code> will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and load its contents.
</p>
<h2><a name="chap_print">Chapter # - Debugging</a></h2>
<h3>Types of errors and Bugs</h3>