Update index.md (Added a missing semicolon) (#619)
Added a missing semicolon Co-authored-by: Purunjay Bhal <purunjaybhal@outlook.com>
This commit is contained in:
Родитель
ce451cb89c
Коммит
ce4347059b
|
@ -162,7 +162,7 @@ Add it in your ReSettings and pass in RulesEngine constructor
|
|||
```c#
|
||||
var reSettings = new ReSettings{
|
||||
CustomTypes = new Type[] { typeof(Utils) }
|
||||
}
|
||||
};
|
||||
|
||||
var rulesEngine = new RulesEngine.RulesEngine(workflowRules,reSettings);
|
||||
```
|
||||
|
|
Загрузка…
Ссылка в новой задаче