You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MADE.Data.Validation.FluentValidation/FluentValidatorCollection{T}.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public FluentValidatorCollection()
23
23
/// <summary>Initializes a new instance of the <see cref="FluentValidatorCollection{T}"/> class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.</summary>
24
24
/// <param name="collection">The collection whose elements are copied to the new list.</param>
25
25
/// <exception cref="T:System.ArgumentNullException"><paramref name="collection">collection</paramref> is null.</exception>
0 commit comments