From 53a51c45988833cb290586bfb850b62a1647a3ff Mon Sep 17 00:00:00 2001 From: Max Wash Date: Thu, 14 Nov 2024 13:12:28 +0000 Subject: [PATCH] doc: remove internal param names from protocol messages --- doc/std/io/StreamReader.im | 2 +- doc/std/io/StreamWriter.im | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/std/io/StreamReader.im b/doc/std/io/StreamReader.im index 9b079cb..33d477f 100644 --- a/doc/std/io/StreamReader.im +++ b/doc/std/io/StreamReader.im @@ -1,5 +1,5 @@ package std.io protocol StreamReader - - get:buf + - get: end diff --git a/doc/std/io/StreamWriter.im b/doc/std/io/StreamWriter.im index b1ec45b..3a2106c 100644 --- a/doc/std/io/StreamWriter.im +++ b/doc/std/io/StreamWriter.im @@ -2,6 +2,6 @@ package std.io protocol StreamWriter - flush - - print:msg - - put:msg + - print: + - put: end