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