Browse Source

Fixed heading.

woollybah 5 years ago
parent
commit
660ee99298
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua.mod/doc/intro.bbdoc

+ 1 - 1
lua.mod/doc/intro.bbdoc

@@ -70,7 +70,7 @@ lua_register(LuaState, "luaname", BMXName)
 This command registers a BlitzMax function (called `BMXName`) with the (global) name `luaname` under Lua.
 This command registers a BlitzMax function (called `BMXName`) with the (global) name `luaname` under Lua.
 Both names may be equal, but they do not have to.
 Both names may be equal, but they do not have to.
 
 
-##Running Lua Scripts From Within BlitzMax
+## Running Lua Scripts From Within BlitzMax
 
 
 The code
 The code
 ```blitzmax
 ```blitzmax