Skip to content

Commit 8165559

Browse files
committed
small docs update
1 parent 15de1d5 commit 8165559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/UtilityArea/ViewModels/UtilityAreaViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class UtilityAreaViewModel: ObservableObject {
1616

1717
@Published var selectedTerminals: Set<UtilityAreaTerminal.ID> = []
1818

19-
/// Indicates whether debugger is collapse or not
19+
/// Indicates whether the utility area is collapsed or not
2020
@Published var isCollapsed: Bool = false
2121

2222
/// Returns true when the drawer is visible

0 commit comments

Comments
 (0)