diff --git a/mps/manual/source/topic/arena.rst b/mps/manual/source/topic/arena.rst index 7c48ebee2b1..864e592306a 100644 --- a/mps/manual/source/topic/arena.rst +++ b/mps/manual/source/topic/arena.rst @@ -388,7 +388,7 @@ Arena properties :term:`result code` if not. To effectively remove any commit limit, pass the maximum value of - the :c:type:`size_t` type for the :c:var:`limit` argument, that + the :c:type:`size_t` type for the :c:data:`limit` argument, that is, ``((size_t)-1)``, or :c:macro:`SIZE_MAX` in C99 or later. See :c:func:`mps_arena_commit_limit` for details.