some typos

This commit is contained in:
Mitchell Hashimoto
2025-08-28 12:58:00 -07:00
parent 04956f3dc1
commit 9962e523a8

View File

@@ -448,7 +448,7 @@ pub const Surface = struct {
/// Input to send to the command after it is started.
initial_input: ?[*:0]const u8 = null,
// Wait after the command exits
/// Wait after the command exits
wait_after_command: bool = false,
};