Skip to content

Commit 2f66cac

Browse files
committed
fix doc comment
1 parent 8414eb3 commit 2f66cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DryIoc/Container.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6696,7 +6696,7 @@ private Settings GetSettingsForValidation() =>
66966696
& ~Settings.ImplicitCheckForReuseMatchingScope
66976697
| Settings.UsedForValidation;
66986698

6699-
/// <summary>Set of the rules used for the Validating container.</summary>
6699+
/// <summary>Set all the settings and rules required for the Validating container.</summary>
67006700
public Rules ForValidate()
67016701
{
67026702
var newRules = Clone();

0 commit comments

Comments
 (0)