Skip to content

Commit

Permalink
added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asulwer committed Jun 25, 2024
1 parent bae61cd commit d4811d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DemoApp/Demos/UseFastExpressionCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task Run(CancellationToken ct = default)
};

var reSettingsWithCustomTypes = new ReSettings {
UseFastExpressionCompiler = true
UseFastExpressionCompiler = true //default setting is true
};

var bre = new RulesEngine.RulesEngine(worflow, reSettingsWithCustomTypes);
Expand Down
2 changes: 1 addition & 1 deletion RulesEngine/ExpressionBuilders/RuleExpressionParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private IEnumerable<Expression> CreateAssignedParameterExpression(RuleExpression
});
}

// <summary>
/// <summary>
/// Gets the parameter expression.
/// </summary>
/// <param name="ruleParams">The types.</param>
Expand Down

0 comments on commit d4811d4

Please sign in to comment.