diff options
-rw-r--r-- | lib/astal/io/process.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/astal/io/process.vala b/lib/astal/io/process.vala index 53e1bce..95c67a3 100644 --- a/lib/astal/io/process.vala +++ b/lib/astal/io/process.vala @@ -66,7 +66,7 @@ public class AstalIO.Process : Object { /** * Write a line to the subprocess' stdin synchronously. - *What is the issue + * * @param in String to be written to stdin */ public void write(string in) throws Error { |