Commit a3f762c5 authored by Marek Kurdej's avatar Marek Kurdej Committed by Victor Zverovich

[doc] Minor: fix ``code``.

parent c3c27e5a
...@@ -625,7 +625,7 @@ template <typename S> using char_t = typename detail::char_t_impl<S>::type; ...@@ -625,7 +625,7 @@ template <typename S> using char_t = typename detail::char_t_impl<S>::type;
\rst \rst
Parsing context consisting of a format string range being parsed and an Parsing context consisting of a format string range being parsed and an
argument counter for automatic indexing. argument counter for automatic indexing.
You can use the ```format_parse_context`` type alias for ``char`` instead. You can use the ``format_parse_context`` type alias for ``char`` instead.
\endrst \endrst
*/ */
template <typename Char, typename ErrorHandler = detail::error_handler> template <typename Char, typename ErrorHandler = detail::error_handler>
......
...@@ -603,7 +603,7 @@ enum { inline_buffer_size = 500 }; ...@@ -603,7 +603,7 @@ enum { inline_buffer_size = 500 };
A dynamically growing memory buffer for trivially copyable/constructible types A dynamically growing memory buffer for trivially copyable/constructible types
with the first ``SIZE`` elements stored in the object itself. with the first ``SIZE`` elements stored in the object itself.
You can use the ```memory_buffer`` type alias for ``char`` instead. You can use the ``memory_buffer`` type alias for ``char`` instead.
**Example**:: **Example**::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment