Skip to content

Commit 22d7453

Browse files
committed
Remove trailing empty line and rename header to proper header.
1 parent fb7ad6a commit 22d7453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/JCSUnity/Scripts/GUI/JCS_Dropdown.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace JCSUnity
1616
{
1717
/// <summary>
18-
/// A better version of dropdown handle for UGUI.
18+
/// A better version of dropdown handle for uGUI.
1919
/// </summary>
2020
[RequireComponent(typeof(Dropdown))]
2121
public class JCS_Dropdown
@@ -32,8 +32,9 @@ public class JCS_Dropdown
3232

3333
private Dropdown mDropdown = null;
3434

35+
3536
#if (UNITY_EDITOR)
36-
[Header("** Check Variables (JCS_Dropdown) **")]
37+
[Header("** Helper Variables (JCS_Dropdown) **")]
3738

3839
[Tooltip("Test this component with key?")]
3940
[SerializeField]

0 commit comments

Comments
 (0)