Skip to content

Commit e061335

Browse files
committed
Resolved minor the grammar
1 parent d9e0e6b commit e061335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rules/AvoidUsingNewObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public AvoidUsingNewObject() {
5656
/// </summary>
5757
/// <param name="ast">AST to be analyzed. This should be non-null</param>
5858
/// <param name="fileName">Name of file that corresponds to the input AST.</param>
59-
/// <returns>A an enumerable type containing the violations</returns>
59+
/// <returns>An enumerable type containing the violations</returns>
6060
public override IEnumerable<DiagnosticRecord> AnalyzeScript(Ast ast, string fileName)
6161
{
6262
if (ast == null) throw new ArgumentNullException(Strings.NullAstErrorMessage);

0 commit comments

Comments
 (0)