Remove extra newline

This commit is contained in:
vitaut 2015-09-08 08:16:12 -07:00
parent d48047e4c0
commit 59155abbf3

View File

@ -285,7 +285,6 @@ class BasicStringRef {
typedef BasicStringRef<char> StringRef; typedef BasicStringRef<char> StringRef;
typedef BasicStringRef<wchar_t> WStringRef; typedef BasicStringRef<wchar_t> WStringRef;
/** /**
\rst \rst
A reference to a null terminated string. It can be constructed from a C A reference to a null terminated string. It can be constructed from a C