mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: remove misleading comment about stdin() (#15154)
This commit is contained in:
parent
b0c32e0dbf
commit
2ffad85f06
@ -133,7 +133,7 @@ pub fn create(path string) ?File {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// stdin - return an os.File for stdin, so that you can use .get_line on it too.
|
// stdin - return an os.File for stdin
|
||||||
pub fn stdin() File {
|
pub fn stdin() File {
|
||||||
return File{
|
return File{
|
||||||
fd: 0
|
fd: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user