From 94129fb3e230f219e1c9d91f1d73212f1a4d2ba6 Mon Sep 17 00:00:00 2001 From: Toastie Date: Mon, 8 Jul 2024 01:28:26 +1200 Subject: [PATCH] Fixed a word being wrong in the EllieMarmalade project --- src/Ellie.Marmalade/Attributes/svcAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ellie.Marmalade/Attributes/svcAttribute.cs b/src/Ellie.Marmalade/Attributes/svcAttribute.cs index a453303..df9cdde 100644 --- a/src/Ellie.Marmalade/Attributes/svcAttribute.cs +++ b/src/Ellie.Marmalade/Attributes/svcAttribute.cs @@ -1,7 +1,7 @@ namespace EllieBot.Marmalade; /// -/// Marks the class as a service which can be used within the same Medusa +/// Marks the class as a service which can be used within the same Marmalade /// [AttributeUsage(AttributeTargets.Class)] public class svcAttribute : Attribute