From 900fd940cf9848e1c800fd37d2c2cd59e2d72e88 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Sep 2024 01:29:45 +0100 Subject: [PATCH] typo --- Lottery/Lottery.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lottery/Lottery.cs b/Lottery/Lottery.cs index 3ec22ff..e7318b1 100644 --- a/Lottery/Lottery.cs +++ b/Lottery/Lottery.cs @@ -2,7 +2,7 @@ { /// /// Base Lottery class, it accepts a Generator - /// SpecialIdentifier may be overriden for Lotteries with Special values. + /// SpecialIdentifier may be overridden for Lotteries with Special values. /// /// internal class Lottery(IGenerator Generator)