Fix comment

This commit is contained in:
Ryota
2024-01-12 00:54:16 +00:00
parent 3baae1dce8
commit ad9de6707d

View File

@ -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 {