From 96c93e1c526901ac874b3681b7a87bed4195c5dc Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Tue, 3 Aug 2021 13:07:58 +0200 Subject: [PATCH] Improve comment --- app/src/lib/app-state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/lib/app-state.ts b/app/src/lib/app-state.ts index cf1151b2bf..0f9e1e3b18 100644 --- a/app/src/lib/app-state.ts +++ b/app/src/lib/app-state.ts @@ -574,7 +574,7 @@ export interface ICommitSelection { /** The commits currently selected in the app */ readonly shas: ReadonlyArray - /** The list of files associated with the current commit */ + /** The changeset data associated with the selected commit */ readonly changesetData: IChangesetData /** The selected file inside the selected commit */