From ded07306dfd5ae3401ae17cea2a118cb64b14907 Mon Sep 17 00:00:00 2001 From: Elvis Tran <40386529+elvistranhere@users.noreply.github.com> Date: Sun, 22 Mar 2026 00:15:02 +1030 Subject: [PATCH] Remove em dash from code comment --- Sources/GhosttyTerminalView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/GhosttyTerminalView.swift b/Sources/GhosttyTerminalView.swift index 5ff4359a..85231149 100644 --- a/Sources/GhosttyTerminalView.swift +++ b/Sources/GhosttyTerminalView.swift @@ -2682,8 +2682,8 @@ final class TerminalSurface: Identifiable, ObservableObject { /// /// Use this before passing `surface` to Ghostty C APIs that dereference the /// pointer (e.g. `ghostty_surface_inherited_config`, `ghostty_surface_quicklook_font`). - /// A non-nil `surface` alone is not sufficient — the underlying native state may - /// already be closing or closed. + /// A non-nil `surface` alone is not sufficient because the underlying native + /// state may already be closing or closed. var hasLiveSurface: Bool { surface != nil && portalLifecycleState == .live } /// Whether the terminal surface view is currently attached to a window.