Parcourir la source

Merge pull request #674 from jupyter/jasongrout-patch-2

Fix docstring
Steven Silvester il y a 8 ans
Parent
commit
eb6a710c37
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/docmanager/widgetmanager.ts

+ 1 - 1
src/docmanager/widgetmanager.ts

@@ -176,7 +176,7 @@ class DocumentWidgetManager implements IDisposable {
   }
 
   /**
-   * Get the widgets associated with a given context.
+   * Close the widgets associated with a given context.
    */
   close(context: IDocumentContext<IDocumentModel>): void {
     let widgets = Private.widgetsProperty.get(context);