diff --git a/lua_api.html b/lua_api.html
index 7fb0921..0c9e9cc 100644
--- a/lua_api.html
+++ b/lua_api.html
@@ -2644,9 +2644,7 @@ and minetest.auth_reload
call the authetification handler.
Example:
-local old_is_protected = minetest.is_protected
+Example:local old_is_protected = minetest.is_protected
function minetest.is_protected(pos, name)
if mymod:position_protected_from(pos, name) then
return true