Skip to content

Commit df47105

Browse files
update comment
1 parent 37cda1b commit df47105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.FeatureManagement/FeatureManagementBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static IFeatureManagementBuilder WithTargeting<T>(this IFeatureManagement
4646
/// <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>
4747
/// <returns>A <see cref="IFeatureManagementBuilder"/> that can be used to customize feature management functionality.</returns>
4848
/// <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>
5050
public static IFeatureManagementBuilder WithVariantService<TService>(this IFeatureManagementBuilder builder, string featureName) where TService : class
5151
{
5252
if (string.IsNullOrEmpty(featureName))

0 commit comments

Comments
 (0)