Minor typo in documentation



  • Hello,

    There is a typo in the example Room.serializePath(

    The line

    Memory.path = Room.serializedPath(path);

    should be without the "d":

    Memory.path = Room.serializePath(path);