doc: remove internal param names from protocol messages

This commit is contained in:
2024-11-14 13:12:28 +00:00
parent 55a8435cd3
commit 53a51c4598
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
package std.io
protocol StreamReader
- get:buf
- get:
end

View File

@@ -2,6 +2,6 @@ package std.io
protocol StreamWriter
- flush
- print:msg
- put:msg
- print:
- put:
end