doc: remove internal param names from protocol messages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package std.io
|
||||
|
||||
protocol StreamReader
|
||||
- get:buf
|
||||
- get:
|
||||
end
|
||||
|
||||
@@ -2,6 +2,6 @@ package std.io
|
||||
|
||||
protocol StreamWriter
|
||||
- flush
|
||||
- print:msg
|
||||
- put:msg
|
||||
- print:
|
||||
- put:
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user