Afshin Darian 8 年之前
父节点
当前提交
9a1ca1613d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/inspector/handler.ts

+ 1 - 1
src/inspector/handler.ts

@@ -176,7 +176,7 @@ class InspectionHandler implements IDisposable, Inspector.IInspectable {
 }
 
 
-// Define the signals for the `FileBrowserModel` class.
+// Define the signals for the `InspectionHandler` class.
 defineSignal(InspectionHandler.prototype, 'ephemeralCleared');
 defineSignal(InspectionHandler.prototype, 'disposed');
 defineSignal(InspectionHandler.prototype, 'inspected');