diff --git a/doc/reference/reference_lua/json.rst b/doc/reference/reference_lua/json.rst index 9da3bcbf6..794103909 100644 --- a/doc/reference/reference_lua/json.rst +++ b/doc/reference/reference_lua/json.rst @@ -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 ` for a detailed example. - .. _json-module_cfg_sparse: +.. _json-module_cfg_sparse: **Sparse arrays features:** diff --git a/doc/reference/reference_lua/msgpack.rst b/doc/reference/reference_lua/msgpack.rst index ca0b06129..b08177b90 100644 --- a/doc/reference/reference_lua/msgpack.rst +++ b/doc/reference/reference_lua/msgpack.rst @@ -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 ` for a detailed example. - .. _msgpack-cfg_sparse: +.. _msgpack-cfg_sparse: **Sparse arrays features** diff --git a/doc/reference/reference_lua/yaml.rst b/doc/reference/reference_lua/yaml.rst index c8c31ca66..38be526de 100644 --- a/doc/reference/reference_lua/yaml.rst +++ b/doc/reference/reference_lua/yaml.rst @@ -199,7 +199,7 @@ Do not change the metatable like this. ... ... - .. _yaml-cfg_sparse: +.. _yaml-cfg_sparse: **Sparse arrays features:**