소스 검색

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 {