Browse Source

Minor typo in cell widget docs.

Brian E. Granger 8 years ago
parent
commit
77946303f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cells/src/widget.ts

+ 1 - 1
packages/cells/src/widget.ts

@@ -548,7 +548,7 @@ class CodeCell extends Cell {
   }
 
   /**
-   * The view state of input being collapsed.
+   * The view state of output being collapsed.
    */
   get outputHidden(): boolean {
     return this._outputHidden;