[Persistence] Fix mistake in JSDoc

https://github.com/nasa/openmct/pull/874#discussion_r64639089
This commit is contained in:
Victor Woeltjen 2016-05-25 13:06:58 -07:00
parent 26839c7fd1
commit fb8fe93529

View File

@ -23,7 +23,7 @@
define([], function () {
/**
* Listens for mutation on domain objects and triggers mutation when
* Listens for mutation on domain objects and triggers persistence when
* it occurs.
* @param {Topic} topic the `topic` service; used to listen for mutation
* @memberof platform/core