Skip to content

Commit c1899fd

Browse files
authored
fix typo in comment (#870)
1 parent 12c3654 commit c1899fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DotNetCore.CAP/Internal/TopicAttribute.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ protected TopicAttribute(string name, bool isPartial = false)
2424
public string Name { get; }
2525

2626
/// <summary>
27-
/// Defines wether this attribute defines a topic subscription partial.
27+
/// Defines whether this attribute defines a topic subscription partial.
2828
/// The defined topic will be combined with a topic subscription defined on class level,
2929
/// which results for example in subscription on "class.method".
3030
/// </summary>
@@ -37,4 +37,4 @@ protected TopicAttribute(string name, bool isPartial = false)
3737
/// </summary>
3838
public string Group { get; set; }
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)