diff --git a/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift b/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift index 0b7eb9bb8..e7edb041c 100644 --- a/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift +++ b/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift @@ -152,7 +152,7 @@ extension Ghostty { /// The neighbors, used for navigation. let neighbors: SplitNode.Neighbors - /// The SplitNode that the leaf belongs to. This will be set to nil but when leaf is closed. + /// The SplitNode that the leaf belongs to. This will be set to nil when leaf is closed. @Binding var node: SplitNode? var body: some View {