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/Microsoft.FeatureManagement/FeatureManagementBuilderExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public static IFeatureManagementBuilder WithTargeting<T>(this IFeatureManagement
46
46
/// <param name="featureName">The feature flag that should be used to determine which variant of the service should be used. The <see cref="VariantServiceProvider{TService}"/> will return different implementations of TService according to the assigned variant.</param>
47
47
/// <returns>A <see cref="IFeatureManagementBuilder"/> that can be used to customize feature management functionality.</returns>
48
48
/// <exception cref="ArgumentNullException">Thrown if feature name parameter is null.</exception>
49
-
/// <exception cref="InvalidOperationException">Thrown if the variant service of the type has been added.</exception>
49
+
/// <exception cref="InvalidOperationException">Thrown if a variant service of the type has already been added.</exception>
0 commit comments