Fixed a word being wrong in the EllieMarmalade project
This commit is contained in:
parent
2be2cdf713
commit
94129fb3e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
namespace EllieBot.Marmalade;
|
namespace EllieBot.Marmalade;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 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
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Class)]
|
[AttributeUsage(AttributeTargets.Class)]
|
||||||
public class svcAttribute : Attribute
|
public class svcAttribute : Attribute
|
||||||
|
|
Loading…
Reference in a new issue