diff options
author | Mike Pall <mike> | 2024-04-18 23:49:43 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2024-04-18 23:49:43 +0200 |
commit | 243b7682a521324c7891090acfc3011ab17dcb18 (patch) | |
tree | 8a6a38845ea6dd0ea4d247f6cb7d8beaf4ffb57e /doc | |
parent | d06beb0480c5d1eb53b3343e78063950275aa281 (diff) | |
download | luajit-243b7682a521324c7891090acfc3011ab17dcb18.tar.gz luajit-243b7682a521324c7891090acfc3011ab17dcb18.tar.bz2 luajit-243b7682a521324c7891090acfc3011ab17dcb18.zip |
Fix serialization format docs.
Reported by nounwind.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_buffer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext_buffer.html b/doc/ext_buffer.html index bfaa24cb..61f425f1 100644 --- a/doc/ext_buffer.html +++ b/doc/ext_buffer.html | |||
@@ -588,9 +588,9 @@ num → 0x07 double.L | |||
588 | tab → 0x08 // Empty table | 588 | tab → 0x08 // Empty table |
589 | | 0x09 h.U h*{object object} // Key/value hash | 589 | | 0x09 h.U h*{object object} // Key/value hash |
590 | | 0x0a a.U a*object // 0-based array | 590 | | 0x0a a.U a*object // 0-based array |
591 | | 0x0b a.U a*object h.U h*{object object} // Mixed | 591 | | 0x0b a.U h.U a*object h*{object object} // Mixed |
592 | | 0x0c a.U (a-1)*object // 1-based array | 592 | | 0x0c a.U (a-1)*object // 1-based array |
593 | | 0x0d a.U (a-1)*object h.U h*{object object} // Mixed | 593 | | 0x0d a.U h.U (a-1)*object h*{object object} // Mixed |
594 | tab_mt → 0x0e (index-1).U tab // Metatable dict entry | 594 | tab_mt → 0x0e (index-1).U tab // Metatable dict entry |
595 | 595 | ||
596 | int64 → 0x10 int.L // FFI int64_t | 596 | int64 → 0x10 int.L // FFI int64_t |