From 9eb51dfd0a5dcade39b7fb60ff7e308b3bb40980 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 16 Sep 2014 10:56:48 -0700 Subject: [PATCH] Make Atom.loadOrCreate Private --- src/atom.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom.coffee b/src/atom.coffee index 81ef6f82f..1448979bf 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -21,7 +21,7 @@ module.exports = class Atom extends Model @version: 1 # Increment this when the serialization format changes - # Public: Load or create the Atom environment in the given mode. + # Load or create the Atom environment in the given mode. # # * `mode` A {String} mode that is either 'editor' or 'spec' depending on the # kind of environment you want to build.