Skip to content

Commit 049263a

Browse files
authored
Update MoonSharpPropertyAttribute.cs - fixed typo.
1 parent 061d50b commit 049263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MoonSharp.Interpreter/Interop/Attributes/MoonSharpPropertyAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace MoonSharp.Interpreter
44
{
55

66
/// <summary>
7-
/// Marks a property as a configruation property
7+
/// Marks a property as a configuration property
88
/// </summary>
99
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
1010
public sealed class MoonSharpPropertyAttribute : Attribute

0 commit comments

Comments
 (0)