diff --git a/documentation/HowToAddDynamicNamedEeventsToAClass.md b/documentation/HowToAddDynamicNamedEeventsToAClass.md index 854a0dce..ce9051e9 100644 --- a/documentation/HowToAddDynamicNamedEeventsToAClass.md +++ b/documentation/HowToAddDynamicNamedEeventsToAClass.md @@ -27,4 +27,4 @@ class DynamicEventsExampleArgs } ``` -The `dispatch` method is for demo purposes and doesn't need to be exposed. Normally a class would keep the dispatch a secret. \ No newline at end of file +The `dispatch` method is for demo purposes and doesn't need to be exposed. Normally a class would keep the dispatch private.