Skip to content

Commit 3516787

Browse files
committed
chroe: fix docstring
1 parent e825427 commit 3516787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/JCSUnity/Scripts/Util/JCS_Enum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static IEnumerable<U> GetValues<T, U>()
3737
}
3838

3939
/// <summary>
40-
/// Return enum in true form.
40+
/// Get the value for each enum, in the type of `Enum`.
4141
/// </summary>
4242
public static IEnumerable<Enum> GetValuesE<T>()
4343
{

0 commit comments

Comments
 (0)