Skip to content

Commit

Permalink
Fix typo in sample ordinal data
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jan 8, 2021
1 parent 056ace9 commit ee1cb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eg/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Console.Write(ParametersTemplate.Render(new[]
{
"First", "Second", "Third", "Fourth", "Fifth",
"Sixth", "Seventh", "Eighth", "Nineth", "Tenth",
"Sixth", "Seventh", "Eighth", "Ninth", "Tenth",
}));
Console.Out.Flush();

Expand Down
2 changes: 1 addition & 1 deletion eg/SimpleLoop.cstt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var ordinals = new[]
{
"First", "Second", "Third", "Fourth", "Fifth",
"Sixth", "Seventh", "Eighth", "Nineth", "Tenth",
"Sixth", "Seventh", "Eighth", "Ninth", "Tenth",
};
-%}
<ul>
Expand Down

0 comments on commit ee1cb57

Please sign in to comment.