From 2ffad85f06a2ec829cd7f5f04ddff0e69d00ae15 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 22 Jul 2022 22:22:50 +0100 Subject: [PATCH] doc: remove misleading comment about stdin() (#15154) --- vlib/os/file.c.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/os/file.c.v b/vlib/os/file.c.v index 8779751c2a..e23cc4c235 100644 --- a/vlib/os/file.c.v +++ b/vlib/os/file.c.v @@ -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