Parcourir la source

Fix outdated docstring.

Jason Grout il y a 7 ans
Parent
commit
3f4e47a910
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/csvviewer/src/widget.ts

+ 1 - 1
packages/csvviewer/src/widget.ts

@@ -143,7 +143,7 @@ class CSVViewer extends Widget implements DocumentRegistry.IReadyWidget {
   }
 
   /**
-   * Create the json model for the grid.
+   * Create the model for the grid.
    */
   private _updateGrid(): void {
     let data: string = this._context.model.toString();