Improve comment

This commit is contained in:
Sergio Padrino 2021-08-03 13:07:58 +02:00
parent baec65532c
commit 96c93e1c52

View file

@ -574,7 +574,7 @@ export interface ICommitSelection {
/** The commits currently selected in the app */
readonly shas: ReadonlyArray<string>
/** 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 */