From 02e24cdbfd570a6ded1ad32a54efdf1c74ba76ba Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 4 Dec 2014 19:12:45 -0500 Subject: [PATCH] StringView docs, capitalize T --- docs/user/interface/StringView.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/interface/StringView.dox b/docs/user/interface/StringView.dox index 3ee1690775..c79dbbc04e 100644 --- a/docs/user/interface/StringView.dox +++ b/docs/user/interface/StringView.dox @@ -345,7 +345,7 @@ \fn const char* BStringView::Text() const \brief Returns the text currently set to the string view. - \returns the text set to the string view. + \returns The text set to the string view. \since BeOS R3 */