[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
@@ -603,7 +603,7 @@ enum { inline_buffer_size = 500 };
A dynamically growing memory buffer for trivially copyable/constructible types
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**::