瀏覽代碼

update docs

Steven Silvester 7 年之前
父節點
當前提交
40536dc619
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/codemirror/src/editor.ts

+ 1 - 1
packages/codemirror/src/editor.ts

@@ -1034,7 +1034,7 @@ namespace Private {
   }
 
   /**
-   * Delete spaces to the previous tab stob in a codemirror editor.
+   * Indent or insert a tab as appropriate.
    */
   export
   function indentMoreOrinsertTab(cm: CodeMirror.Editor): void {