Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
UnicodeFileToHtmTextConverter/C#: Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Minudel committed Nov 26, 2013
1 parent 6b58662 commit a06d70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public void should_convert_ampersand()
}

[Test]
public void should_convert_greate_than_and_less_than()
public void should_convert_greater_than_and_less_than()
{
var stubSource = new StubUnicodeTextSource();
stubSource.StubCallToGetTextReader("10 > 5; 5 < 10");
Expand Down

0 comments on commit a06d70f

Please sign in to comment.