[doc] Minor: fix `code`.

This commit is contained in:
Marek Kurdej
2021-06-29 06:21:15 -07:00
committed by Victor Zverovich
parent c3c27e5ab5
commit a3f762c5aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ template <typename S> using char_t = typename detail::char_t_impl<S>::type;
\rst
Parsing context consisting of a format string range being parsed and an
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
*/
template <typename Char, typename ErrorHandler = detail::error_handler>