Afshin Darian 8 anni fa
parent
commit
ec3fe39a91
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {