Skip to content

Commit d069049

Browse files
fix typo in comment (#480)
1 parent 54e2213 commit d069049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.FeatureManagement/Telemetry/VariantAssignmentReason.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.FeatureManagement.Telemetry
99
public enum VariantAssignmentReason
1010
{
1111
/// <summary>
12-
/// Variant allocation did not happend. No variant is assigned.
12+
/// Variant allocation did not happen. No variant is assigned.
1313
/// </summary>
1414
None,
1515

0 commit comments

Comments
 (0)