mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
Merge pull request #109643 from eltociear/patch-1
Fixed typo 'sequece' to 'sequence'
This commit is contained in:
@@ -126,7 +126,7 @@ export interface Location {
|
||||
/**
|
||||
* Matches the locations path against a pattern consisting of strings (for properties) and numbers (for array indices).
|
||||
* '*' will match a single segment, of any property name or index.
|
||||
* '**' will match a sequece of segments or no segment, of any property name or index.
|
||||
* '**' will match a sequence of segments or no segment, of any property name or index.
|
||||
*/
|
||||
matches: (patterns: JSONPath) => boolean;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user