瀏覽代碼

Fix outdated docstring.

Jason Grout 7 年之前
父節點
當前提交
3f4e47a910
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();