소스 검색

Change description of get in options manager

Co-authored-by: Athan <kgryte@gmail.com>
Martha Cryan 5 년 전
부모
커밋
0007966fa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/toc/src/generators/notebook/options_manager.ts

+ 1 - 1
packages/toc/src/generators/notebook/options_manager.ts

@@ -99,7 +99,7 @@ class OptionsManager extends Registry.IOptionsManager {
   }
 
   /**
-   * Gets ToC configuration of whether to enable collapsible cells
+   * Gets the ToC setting specifying whether to allow collapsing notebook cells.
    */
   get collapsibleNotebooks() {
     return this._collapsible;