Afshin Darian пре 8 година
родитељ
комит
ec3fe39a91
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/notebook/notebook/widget.ts

+ 1 - 1
src/notebook/notebook/widget.ts

@@ -728,7 +728,7 @@ class Notebook extends StaticNotebook {
    *
    * #### Notes
    * This method implements the DOM `EventListener` interface and is
-   * called in response to events on the dock panel's node. It should
+   * called in response to events on the notebook panel's node. It should
    * not be called directly by user code.
    */
   handleEvent(event: Event): void {