Fixed a word being wrong in the EllieMarmalade project

This commit is contained in:
Toastie (DCS Team) 2024-07-08 01:28:26 +12:00
parent 2be2cdf713
commit 94129fb3e2
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -1,7 +1,7 @@
namespace EllieBot.Marmalade;
/// <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>
[AttributeUsage(AttributeTargets.Class)]
public class svcAttribute : Attribute