diff --git a/eg/Program.cs b/eg/Program.cs index 1285c34..d1c62fe 100644 --- a/eg/Program.cs +++ b/eg/Program.cs @@ -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(); diff --git a/eg/SimpleLoop.cstt b/eg/SimpleLoop.cstt index 0c4c6dd..93173f3 100644 --- a/eg/SimpleLoop.cstt +++ b/eg/SimpleLoop.cstt @@ -4,7 +4,7 @@ var ordinals = new[] { "First", "Second", "Third", "Fourth", "Fifth", - "Sixth", "Seventh", "Eighth", "Nineth", "Tenth", + "Sixth", "Seventh", "Eighth", "Ninth", "Tenth", }; -%}