some typos

pull/8442/head
Mitchell Hashimoto 2025-08-28 12:58:00 -07:00
parent 04956f3dc1
commit 9962e523a8
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

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,
};