diff options
author | Aylur <[email protected]> | 2025-01-03 12:46:50 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2025-01-03 12:46:50 +0100 |
commit | 801a8db808ab78ff33c299f0cc8b516d1964c10c (patch) | |
tree | 5d3d6bfee838ed56d4450b3ce33580e8526a74b5 | |
parent | 547e44ce1952cfab0c2ab41f62f4434c58d77d56 (diff) |
docs: remove random line
-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 { |