Skip to content

Commit

Permalink
Update client/src/protocol/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rtetley authored Nov 22, 2023
1 parent af10e22 commit 74f2c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/protocol/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface ProofViewNotification {

export interface UpdateHighlightsNotification {
uri: Uri;
parsedRange: Range[];
processingRange: Range[];
processedRange: Range[];
}

Expand Down

0 comments on commit 74f2c25

Please sign in to comment.