mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-27 20:18:01 +02:00
Small fixes
This commit is contained in:
parent
ff610742c5
commit
6e407b8b58
4 changed files with 5 additions and 5 deletions
|
@ -495,7 +495,7 @@ namespace System.IO
|
|||
return byteLength;
|
||||
}
|
||||
|
||||
// Reads a line. A line is defined as a sequence of char8acters followed by
|
||||
// Reads a line. A line is defined as a sequence of characters followed by
|
||||
// a carriage return ('\r'), a line feed ('\n'), or a carriage return
|
||||
// immediately followed by a line feed. The resulting string does not
|
||||
// contain the terminating carriage return and/or line feed. The returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue