Skip to content

Commit 87fe3eb

Browse files
authored
CXX-3110 Fix missing end of code block (#1215)
1 parent b63d17a commit 87fe3eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bsoncxx/include/bsoncxx/v_noabi/bsoncxx/string/to_string.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ namespace string {
4040
/// // This is supported regardless of the polyfill library.
4141
/// return bsoncxx::v_noabi::string::to_string(sv);
4242
/// }
43+
/// ```
4344
///
4445
template <class CharT,
4546
class Traits = std::char_traits<CharT>,

0 commit comments

Comments
 (0)