From c055d39b04ca8ec26a8816978208b44e22d5db73 Mon Sep 17 00:00:00 2001 From: Skolin Date: Sat, 30 Sep 2023 23:42:06 +0200 Subject: [PATCH] fix typo --- Chess-Challenge/src/My Bot/MyBot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chess-Challenge/src/My Bot/MyBot.cs b/Chess-Challenge/src/My Bot/MyBot.cs index 33e021c..a5a6137 100644 --- a/Chess-Challenge/src/My Bot/MyBot.cs +++ b/Chess-Challenge/src/My Bot/MyBot.cs @@ -12,7 +12,7 @@ * slightly less golfed code on github made public after the end of the challenge: * https://github.com/Skoolin/Secret-Chess-Challenge * - * The challege was great fun, thanks to Sebastian Lague for organising it and also + * The challenge was great fun, thanks to Sebastian Lague for organising it and also * thanks to the other participants and the great discord community for making it * very enjoyable and competitive. Good luck to everyone in the tournament! */