ソースを参照

Improve documentation for _refreshCellsEditorsInBackground

krassowski 5 年 前
コミット
48d313647c

+ 1 - 1
packages/documentsearch/src/providers/notebooksearchprovider.ts

@@ -133,7 +133,7 @@ export class NotebookSearchProvider implements ISearchProvider<NotebookPanel> {
 
   /**
    * Gradually refresh cells in the background so that the user will not
-   * experience frozen interface, 5 cells at a time.
+   * experience frozen interface, `n` cells at a time.
    */
   private _refreshCellsEditorsInBackground(cells: Cell[], n: number = 5) {
     let i = 0;