From 7c843c0b8ace581198f56954d336ad61d74f8188 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 13 Mar 2022 17:31:28 -0700 Subject: . --- doc/manual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual.html b/doc/manual.html index c2910f4..4834d9f 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -3601,7 +3601,7 @@ idiomatic Teliva uses some slightly different primitives.

This function opens a file exclusively for reading, and returns a -channel (NOT a file as regular Lua) or nil on error. +channel (NOT a file as in Lua) or nil on error. recv() from the channel to read a line at a time from the file.

@@ -3624,7 +3624,7 @@ to use it.

This function opens a file exclusively for writing, and returns a -channel (NOT a file as regular Lua) or nil on error. +channel (NOT a file as in Lua) or nil on error. send() to the channel will write to the file. close() on the channel will persist the changes and make them externally visible. All writes are hidden until close(). -- cgit 1.4.1-2-gfad0