diff --git a/application/source/dom/customelement.mjs b/application/source/dom/customelement.mjs
index 4d0148678eaa2c77eca57d40471db0cf8be827c5..e9049bcf4b2fe8093e8c8a5b79b4d0664447670d 100644
--- a/application/source/dom/customelement.mjs
+++ b/application/source/dom/customelement.mjs
@@ -468,7 +468,6 @@ class CustomElement extends HTMLElement {
         }
 
         addObjectWithUpdaterToElement.call(self, nodeList, customElementUpdaterLinkSymbol, clone(self[internalSymbol].getRealSubject()['options']))
-        //assignUpdaterToElement.call(self, nodeList, clone(self[internalSymbol].getRealSubject()['options']));
         return self;
     }
 
diff --git a/documentation/tutorial/assets/customelement-interaction.puml b/documentation/tutorial/assets/customelement-interaction.puml
index bd97723915488805886f64c6c0c0d71ac480b74e..39fb824863070b898e55485cd787b6f5fdf8ce87 100644
--- a/documentation/tutorial/assets/customelement-interaction.puml
+++ b/documentation/tutorial/assets/customelement-interaction.puml
@@ -50,7 +50,7 @@ end
 
 
 
-CustomElement -> CustomElement: assignUpdaterToElement()
+CustomElement -> CustomElement: addObjectWithUpdaterToElement()
 activate CustomElement