From 28dd161ec7907f9ebb1fc87962b7d6aa8279f113 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 7 Jan 2023 19:40:55 +0100 Subject: [PATCH] chore: doc --- application/source/types/proxyobserver.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/source/types/proxyobserver.mjs b/application/source/types/proxyobserver.mjs index 58ca94282..dfb997c12 100644 --- a/application/source/types/proxyobserver.mjs +++ b/application/source/types/proxyobserver.mjs @@ -61,9 +61,9 @@ export {ProxyObserver} /** - * get the real object + * Get the real object * - * changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later. + * Changes to this object are not noticed by the observers, so you can make a large number of changes and inform the observers later. * * @returns {object} */ -- GitLab