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 {