Skip to content

Commit

Permalink
typos #70231
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Oct 25, 2019
1 parent 3355cea commit cabd816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

declare module 'vscode' {

//#region Joh - call hierarchy
//#region Joh - call hierarchy: https://github.com/microsoft/vscode/issues/70231

/**
* Represents programming constructs like functions or constructors in the context
Expand Down Expand Up @@ -98,7 +98,7 @@ declare module 'vscode' {
to: CallHierarchyItem;

/**
* The range at which this item is called. This is the range relative the caller, e.g the item
* The range at which this item is called. This is the range relative to the caller, e.g the item
* passed to [`provideCallHierarchyOutgoingCalls`](#CallHierarchyItemProvider.provideCallHierarchyOutgoingCalls)
* and not [`this.to`](#CallHierarchyOutgoingCall.to).
*/
Expand Down

0 comments on commit cabd816

Please sign in to comment.