提交 e9315d65 编写于 作者: L Larry Golding

7867: Fix typo ("the the")

上级 66442833
......@@ -45,7 +45,7 @@ public abstract partial class Diagnostic : IEquatable<Diagnostic>, IFormattable
/// <param name="descriptor">A <see cref="DiagnosticDescriptor"/> describing the diagnostic.</param>
/// <param name="location">An optional primary location of the diagnostic. If null, <see cref="Location"/> will return <see cref="Location.None"/>.</param>
/// <param name="properties">
/// An optional set of name-value pairs by means of which the the analyzer that creates the diagnostic
/// An optional set of name-value pairs by means of which the analyzer that creates the diagnostic
/// can convey more detailed information to the fixer. If null, <see cref="Properties"/> will return
/// <see cref="ImmutableDictionary{TKey, TValue}.Empty"/>.
/// </param>
......@@ -92,7 +92,7 @@ public abstract partial class Diagnostic : IEquatable<Diagnostic>, IFormattable
/// If null, <see cref="AdditionalLocations"/> will return an empty list.
/// </param>
/// <param name="properties">
/// An optional set of name-value pairs by means of which the the analyzer that creates the diagnostic
/// An optional set of name-value pairs by means of which the analyzer that creates the diagnostic
/// can convey more detailed information to the fixer. If null, <see cref="Properties"/> will return
/// <see cref="ImmutableDictionary{TKey, TValue}.Empty"/>.
/// </param>
......@@ -145,7 +145,7 @@ public abstract partial class Diagnostic : IEquatable<Diagnostic>, IFormattable
/// If null, <see cref="CustomTags"/> will return an empty list.
/// </param>
/// <param name="properties">
/// An optional set of name-value pairs by means of which the the analyzer that creates the diagnostic
/// An optional set of name-value pairs by means of which the analyzer that creates the diagnostic
/// can convey more detailed information to the fixer. If null, <see cref="Properties"/> will return
/// <see cref="ImmutableDictionary{TKey, TValue}.Empty"/>.
/// </param>
......@@ -195,7 +195,7 @@ public abstract partial class Diagnostic : IEquatable<Diagnostic>, IFormattable
/// If null, <see cref="CustomTags"/> will return an empty list.
/// </param>
/// <param name="properties">
/// An optional set of name-value pairs by means of which the the analyzer that creates the diagnostic
/// An optional set of name-value pairs by means of which the analyzer that creates the diagnostic
/// can convey more detailed information to the fixer. If null, <see cref="Properties"/> will return
/// <see cref="ImmutableDictionary{TKey, TValue}.Empty"/>.
/// </param>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册