Skip to content

Commit 30f3fe0

Browse files
Edit doc comment for MethodButtonAttribute class.
1 parent e0331a1 commit 30f3fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/CustomMethodButton/Attributes/MethodButtonAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// <summary>
44
/// Usage:
55
/// <para> #if UNITY_EDITOR</para>
6-
/// <para> [MethodButton("MethodName1", "MethodName2", "MethodNameN")] // Must match a public method name!</para>
6+
/// <para> [MethodButton("MethodName1", "MethodName2", "MethodNameN")] // Must match a the method name!</para>
77
/// <para> [SerializeField] private bool showButtons; // this bool is mandatory!</para>
88
/// <para> #endif</para>
99
/// </summary>

0 commit comments

Comments
 (0)