Skip to content

Commit

Permalink
more typos #70231
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Oct 25, 2019
1 parent f2c1232 commit 1dabb23
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 @@ -134,7 +134,7 @@ declare module 'vscode' {
prepareCallHierarchy(document: TextDocument, position: Position, token: CancellationToken): ProviderResult<CallHierarchyItem>;

/**
* Provide all incoming calls for an item, e.g all callers for a method. In graph terms this descibes directed
* Provide all incoming calls for an item, e.g all callers for a method. In graph terms this describes directed
* and annotated edges inside the call graph, e.g the given item is the starting node and the result is the nodes
* that can be reached.
*
Expand All @@ -147,7 +147,7 @@ declare module 'vscode' {

/**
* Provide all outgoing calls for an item, e.g call calls to functions, methods, or constructors from the given item. In
* graph terms this descibes directed and annotated edges inside the call graph, e.g the given item is the starting
* graph terms this describes directed and annotated edges inside the call graph, e.g the given item is the starting
* node and the result is the nodes that can be reached.
*
* @param item The hierarchy item for which outgoing calls should be computed.
Expand Down

0 comments on commit 1dabb23

Please sign in to comment.