From a9aaf597bc4340ebecf39781377839b3741ad1a1 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Wed, 17 Jan 2018 18:06:28 -0500 Subject: [PATCH] :memo: [ci skip] --- src/deserializer-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {