Fix "Available since"

Co-authored-by: Leah Amelia Chen <github@acc.pluie.me>
pull/12661/head
Jeffrey C. Ollie 2026-05-17 14:42:27 -05:00 committed by GitHub
parent 81af65766f
commit 22b9df25e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pub const Options = struct {
/// * `--class=<class>`: If set, connect to a custom instance of Ghostty.
/// The class must be a valid GTK application ID.
///
/// Available since: 1.3.0
/// Available since: 1.4.0
pub fn run(alloc: Allocator) !u8 {
var buf: [256]u8 = undefined;
var stderr_writer = std.fs.File.stderr().writer(&buf);