diff --git a/src/gui/Encyclopedia/encyclopediaRAActivationEditor.js b/src/gui/Encyclopedia/encyclopediaRAActivationEditor.js index 78e8cad4665e1c0bef587fb92d2cd60f2d9d01b3..5fa62bc7cac8f4e6b6381f63d5ccd45a69fa8c02 100644 --- a/src/gui/Encyclopedia/encyclopediaRAActivationEditor.js +++ b/src/gui/Encyclopedia/encyclopediaRAActivationEditor.js @@ -131,7 +131,7 @@ App.Encyclopedia.addArticle("RA Condition Editor", function() { "the condition evaluation will fail!"); acc.toParagraph(); acc.push("For example to get the slave name you can use"); - acc.push(App.UI.DOM.makeElement("span", "context => slave.slaveName", ["monospace"])); + acc.push(App.UI.DOM.makeElement("span", "context => context.slave.slaveName", ["monospace"])); acc.push("and set the getter type to string."); acc.toParagraph(); acc.push("Documentation for slave attributes can be found " +