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