diff --git a/src/termio/shell_integration.zig b/src/termio/shell_integration.zig index f32b59195..b2ba1e446 100644 --- a/src/termio/shell_integration.zig +++ b/src/termio/shell_integration.zig @@ -16,9 +16,7 @@ pub const ShellIntegration = struct { /// The successfully-integrated shell. shell: Shell, - /// A revised shell command. This value will be allocated - /// with the setup() function's allocator and becomes the - /// caller's responsibility to free it. + /// A revised, integration-aware shell command. command: ?[]const u8 = null, pub fn deinit(self: ShellIntegration, alloc: Allocator) void {