.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-20 10:10:18 +00:00
parent b548c767e7
commit 63085257a7
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ void Stream()
/// but they have some unique features. U++ does not distinguish between 'text' and
/// 'binary' mode streams, methods are well suited to work with both in common mode.
/// GetLine returns String of single line read (lines separators being '\n', '\r' are
/// GetLine returns String of single line read (lines separator being '\n', '\r' is
/// ignored):
in.Seek(0);