diff --git a/src/menu-manager.coffee b/src/menu-manager.coffee index da5ae6507..89462ec7a 100644 --- a/src/menu-manager.coffee +++ b/src/menu-manager.coffee @@ -5,7 +5,7 @@ ipc = require 'ipc' CSON = require 'season' fs = require 'fs-plus' -# Public: Provides a registry for menu items that you'd like to appear in the +# Extended: Provides a registry for menu items that you'd like to appear in the # application menu. # # An instance of this class is always available as the `atom.menu` global.