Browse Source

Fix doc string.

A. Darian 8 years ago
parent
commit
194d6ebd11
1 changed files with 1 additions and 1 deletions
  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;