Ver código fonte

Fix docs typo.

Jason Grout 6 anos atrás
pai
commit
c4eb407724
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/services/src/session/manager.ts

+ 1 - 1
packages/services/src/session/manager.ts

@@ -78,7 +78,7 @@ class SessionManager implements Session.IManager {
   }
 
   /**
-   * Test whether the terminal manager is disposed.
+   * Test whether the manager is disposed.
    */
   get isDisposed(): boolean {
     return this._isDisposed;