From a1e13fa6e4382bcae44f97bf5954f0e57cfad90c Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 17 Jan 2017 10:55:31 +0100 Subject: [PATCH] Fix HTML formatting. --- doc/extensions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/extensions.html b/doc/extensions.html index 1efaca9d..c361b5d5 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -251,8 +251,8 @@ enabled:
  • load(string|reader [, chunkname [,mode [,env]]]).
  • loadstring() is an alias for load().
  • loadfile(filename [,mode [,env]]).
  • -
  • math.log(x [,base]). -
  • string.rep(s, n [,sep]). +
  • math.log(x [,base]).
  • +
  • string.rep(s, n [,sep]).
  • string.format(): %q reversible. %s checks __tostring. %a and "%A added.
  • @@ -295,7 +295,7 @@ instead of true. exit status.
  • debug.setmetatable() returns object.
  • debug.getuservalue() and debug.setuservalue().
  • -
  • Remove math.mod(), string.gfind(). +
  • Remove math.mod(), string.gfind().
  • Note: this provides only partial compatibility with Lua 5.2 at the