Skip to content

Commit fa2d0b5

Browse files
committed
https://en.wikipedia.org/wiki/English_articles#Distinction_between_a_and_an
hth
1 parent 4bcd6a2 commit fa2d0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FluentCommandLineParser.Tests/FluentCommandLineParserMSpecTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class when_initialised : FluentCommandLineParserTestContext
6060
It should_not_have_any_options_setup = () =>
6161
sut.Options.ShouldBeEmpty();
6262

63-
It should_have_an_parser_engine = () =>
63+
It should_have_a_parser_engine = () =>
6464
sut.ParserEngine.ShouldNotBeNull();
6565
}
6666
}
@@ -92,4 +92,4 @@ class when_disabled : IsCaseSensitiveTestContext
9292
}
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)