From ec5f6a5618999d0add9e42bf788237417e5d43f4 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 7 Jun 2021 12:05:34 +0200 Subject: [PATCH] Fix HTML. --- doc/faq.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/faq.html b/doc/faq.html index 6b7dc563..cb777acc 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -72,7 +72,7 @@ about LuaJIT. and links to books and papers about Lua.
  • The community-managed » Lua Wiki has information about diverse topics.
  • - +
    @@ -117,8 +117,7 @@ Consider testing your application with older versions, too.
    Similarly, the Borland/Delphi runtime modifies the FPU control word and enables FP exceptions. Of course this violates the Windows ABI, too. -Please check the Delphi docs for the Set8087CW method. - +Please check the Delphi docs for the Set8087CW method.
    @@ -141,7 +140,7 @@ result in different orders, too.
    Due to improved VM security, LuaJIT 2.1 may even use a different order on separate VM invocations or when string keys are newly interned.

    If your program relies on a deterministic order, it has a bug. Rewrite it, -so it doesn't rely on the key order. Or sort the table keys, if you must. +so it doesn't rely on the key order. Or sort the table keys, if you must.