Pārlūkot izejas kodu

Fix doc string.

A. Darian 8 gadi atpakaļ
vecāks
revīzija
194d6ebd11
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/inspector/handler.ts

+ 1 - 1
src/inspector/handler.ts

@@ -47,7 +47,7 @@ class InspectionHandler implements IDisposable, Inspector.IInspectable {
   }
 
   /**
-   * The cell widget used by the completion handler.
+   * The cell widget used by the inspection handler.
    */
   get activeCell(): BaseCellWidget {
     return this._activeCell;