diff --git a/src/deserializer-manager.js b/src/deserializer-manager.js index f5f2e6429..a11acc319 100644 --- a/src/deserializer-manager.js +++ b/src/deserializer-manager.js @@ -34,7 +34,7 @@ export default class DeserializerManager { // common approach is to register a *constructor* as the deserializer for its // instances by adding a `.deserialize()` class method. When your method is // called, it will be passed serialized state as the first argument and the - // {Atom} environment object as the second argument, which is useful if you + // {AtomEnvironment} object as the second argument, which is useful if you // wish to avoid referencing the `atom` global. add (...deserializers) { for (let i = 0; i < deserializers.length; i++) {