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