From 44fd6cc3359c0dd77ee0b0fa85edf2342b6b9e9f Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 10:51:20 -0700 Subject: [PATCH] Workspace is Essential --- src/workspace.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.coffee b/src/workspace.coffee index 64ea6404b..f8f5ba90b 100644 --- a/src/workspace.coffee +++ b/src/workspace.coffee @@ -10,7 +10,7 @@ Editor = require './editor' PaneContainer = require './pane-container' Pane = require './pane' -# Public: Represents the state of the user interface for the entire window. +# Essential: Represents the state of the user interface for the entire window. # An instance of this class is available via the `atom.workspace` global. # # Interact with this object to open files, be notified of current and future