We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8414eb3 commit 2f66cacCopy full SHA for 2f66cac
src/DryIoc/Container.cs
@@ -6696,7 +6696,7 @@ private Settings GetSettingsForValidation() =>
6696
& ~Settings.ImplicitCheckForReuseMatchingScope
6697
| Settings.UsedForValidation;
6698
6699
- /// <summary>Set of the rules used for the Validating container.</summary>
+ /// <summary>Set all the settings and rules required for the Validating container.</summary>
6700
public Rules ForValidate()
6701
{
6702
var newRules = Clone();
0 commit comments