We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e0e6b commit e061335Copy full SHA for e061335
1 file changed
Rules/AvoidUsingNewObject.cs
@@ -56,7 +56,7 @@ public AvoidUsingNewObject() {
56
/// </summary>
57
/// <param name="ast">AST to be analyzed. This should be non-null</param>
58
/// <param name="fileName">Name of file that corresponds to the input AST.</param>
59
- /// <returns>A an enumerable type containing the violations</returns>
+ /// <returns>An enumerable type containing the violations</returns>
60
public override IEnumerable<DiagnosticRecord> AnalyzeScript(Ast ast, string fileName)
61
{
62
if (ast == null) throw new ArgumentNullException(Strings.NullAstErrorMessage);
0 commit comments