Skip to content

Commit 9cbd9e6

Browse files
CopilotJustinGrote
andauthored
Fix Saved property XML docs wording
Agent-Logs-Url: https://github.com/PowerShell/PowerShellEditorServices/sessions/3e87bc0c-ffcc-4ce4-9b08-22d248a3f5db Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
1 parent 9b0f372 commit 9cbd9e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerShellEditorServices/Extensions/EditorWorkspace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal EditorWorkspaceDocument(EditorWorkspace workspace, string path, bool sa
2323
public string Path { get; }
2424

2525
/// <summary>
26-
/// Gets whether the document has unsaved changes.
26+
/// Gets whether the document is saved (has no unsaved changes).
2727
/// </summary>
2828
public bool Saved { get; }
2929

0 commit comments

Comments
 (0)