From ee1cb572d40b38747b275ec92f4b06cc496744d7 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Fri, 8 Jan 2021 01:18:10 +0100 Subject: [PATCH] Fix typo in sample ordinal data --- eg/Program.cs | 2 +- eg/SimpleLoop.cstt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", }; -%}