Skip to content

Commit 4e00e55

Browse files
committed
Merge pull request fclp#22 from kjgorman/patch-1
an -> a
2 parents 4bcd6a2 + fa2d0b5 commit 4e00e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FluentCommandLineParser.Tests/FluentCommandLineParserMSpecTests.cs

+2-2
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)