1
0
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:
Reuben Thomas 2022-07-22 22:22:50 +01:00 committed by GitHub
parent b0c32e0dbf
commit 2ffad85f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
return File{
fd: 0