From 8265fe6405952088dbff8f8f7928090d24fefe4b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 29 Sep 2021 21:55:40 +0300 Subject: [PATCH] Minor documentation fix --- doc/type_name.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/type_name.qbk b/doc/type_name.qbk index 1a29c7e..f415cee 100644 --- a/doc/type_name.qbk +++ b/doc/type_name.qbk @@ -25,7 +25,7 @@ differences and extra template parameters of the standard library container types. For example, `type_name< std::map >()` returns -`std::map` and not +`"std::map"` and not ``` std::map,