From 33e6e732eee62a848f4107e32661f1f456d4e35c Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 24 May 2022 16:40:48 +0200 Subject: [PATCH] improve doc for stream.isbpl --- docs/stream.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stream.md b/docs/stream.md index 7be3390..45f4c8b 100644 --- a/docs/stream.md +++ b/docs/stream.md @@ -2,7 +2,7 @@ Library to interact with IO streams and the internet. -## Functions +## >Functions ### `STREAM.stdin ::: -> path` @@ -24,7 +24,7 @@ Library to interact with IO streams and the internet. Returns the line that was read as a string. -1 means EOF. -## Variables +## >Variables ### STREAM.create.file.out