Browse Source

update docs

Steven Silvester 7 years ago
parent
commit
40536dc619
1 changed files with 1 additions and 1 deletions
  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
   export
   function indentMoreOrinsertTab(cm: CodeMirror.Editor): void {
   function indentMoreOrinsertTab(cm: CodeMirror.Editor): void {