diff options
author | Mike Pall <mike> | 2023-08-20 21:14:37 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-20 21:14:37 +0200 |
commit | cbb187aea5e9bbe708faee7f03f92b4c62a74720 (patch) | |
tree | a4c7e22922e8a057d8741a1544629f7a89b0f0bb | |
parent | 72efc42ef2258086a9cb797c676e2916b0a9e7e1 (diff) | |
download | luajit-cbb187aea5e9bbe708faee7f03f92b4c62a74720.tar.gz luajit-cbb187aea5e9bbe708faee7f03f92b4c62a74720.tar.bz2 luajit-cbb187aea5e9bbe708faee7f03f92b4c62a74720.zip |
Remove work-in-progress notice in string buffer docs.
-rw-r--r-- | doc/ext_buffer.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index 2a82aa97..1c646a71 100644 --- a/doc/ext_buffer.html +++ b/doc/ext_buffer.html | |||
@@ -88,12 +88,6 @@ The string buffer library also includes a high-performance | |||
88 | <a href="serialize">serializer</a> for Lua objects. | 88 | <a href="serialize">serializer</a> for Lua objects. |
89 | </p> | 89 | </p> |
90 | 90 | ||
91 | <h2 id="wip" style="color:#ff0000">Work in Progress</h2> | ||
92 | <p> | ||
93 | <b style="color:#ff0000">This library is a work in progress. More | ||
94 | functionality will be added soon.</b> | ||
95 | </p> | ||
96 | |||
97 | <h2 id="use">Using the String Buffer Library</h2> | 91 | <h2 id="use">Using the String Buffer Library</h2> |
98 | <p> | 92 | <p> |
99 | The string buffer library is built into LuaJIT by default, but it's not | 93 | The string buffer library is built into LuaJIT by default, but it's not |