mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Fix wrong variable name
One of case must use point
This commit is contained in:
@@ -42,7 +42,7 @@ const position: Position = {
|
||||
}
|
||||
};
|
||||
// Accept Point
|
||||
file.message('test', position);
|
||||
file.message('test', startPoint);
|
||||
// Accept Position
|
||||
file.message('test', position);
|
||||
// Accept Node with extra value
|
||||
|
||||
Reference in New Issue
Block a user