| Index: extensions/common/api/runtime.json
|
| diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json
|
| index 893ffc0fd9a90f9685505c053aaa67be34eafdcb..7f32f81edc7edb4f24c5433781afd2c796ff115f 100644
|
| --- a/extensions/common/api/runtime.json
|
| +++ b/extensions/common/api/runtime.json
|
| @@ -409,7 +409,7 @@
|
| {
|
| "name": "getPackageDirectoryEntry",
|
| "type": "function",
|
| - "description": "Returns a DirectoryEntry for the package directory.",
|
| + "description": "Returns a FileSystemDirectoryEntry for the package directory.",
|
| "parameters": [
|
| {
|
| "type": "function",
|
| @@ -419,7 +419,7 @@
|
| "name": "directoryEntry",
|
| "type": "object",
|
| "additionalProperties": { "type": "any" },
|
| - "isInstanceOf": "DirectoryEntry"
|
| + "isInstanceOf": "FileSystemDirectoryEntry"
|
| }
|
| ]
|
| }
|
|
|