Skip to content

Commit c0830b4

Browse files
committed
Removed unencoded ampersand
As the XML Docs are XML, ampersands must be encoded. This resolves CS1570.
1 parent 6128b69 commit c0830b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OnTopic.AspNetCore.Mvc/TopicViewResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public TopicViewResult(
7878
/// </summary>
7979
/// <remarks>
8080
/// The associated <see cref="TopicViewResultExecutor"/> will fall back to the <see cref="TopicView"/> if the view isn't
81-
/// set via other sources, such as the HTTP <c>accepts</c> header, the query string, &c.
81+
/// set via other sources, such as the HTTP <c>accepts</c> header, the query string, etc.
8282
/// </remarks>
8383
public string TopicView { get; }
8484

0 commit comments

Comments
 (0)