diff --git a/src/dat/controllers/Controller.js b/src/dat/controllers/Controller.js index 2de45e5..48c4e7c 100644 --- a/src/dat/controllers/Controller.js +++ b/src/dat/controllers/Controller.js @@ -115,7 +115,7 @@ class Controller { } /** - * @returns {Boolean} true if the value has deviated from initialValue + * @returns {boolean} true if the value has deviated from initialValue */ isModified() { return this.initialValue !== this.getValue();