Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/reference/reference_lua/json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ results:
You must not change entries of ``decode()`` result's table metatable, because it affects all results
and may lead to undefined behavior of other code. See :ref:`Yaml <yaml-cfg>` for a detailed example.

.. _json-module_cfg_sparse:
.. _json-module_cfg_sparse:

**Sparse arrays features:**

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/reference_lua/msgpack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ with the MsgPack format name and encoding on the right.
You must not change entries of ``decode()`` result's table metatable, because it affects all results
and may lead to undefined behavior of other code. See :ref:`Yaml <yaml-cfg>` for a detailed example.

.. _msgpack-cfg_sparse:
.. _msgpack-cfg_sparse:

**Sparse arrays features**

Expand Down
2 changes: 1 addition & 1 deletion doc/reference/reference_lua/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Do not change the metatable like this.
...
...

.. _yaml-cfg_sparse:
.. _yaml-cfg_sparse:

**Sparse arrays features:**

Expand Down
Loading