Skip to content

Commit 73c376b

Browse files
committed
TypeHelper: Adjusted XML
1 parent 82be3ee commit 73c376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Helpers/TypeHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public static Color32 Set(this Color32 color, byte? r = null, byte? g = null, by
254254
/// <summary>
255255
/// Converts arguments to a new <see cref="Logger"/>.
256256
/// </summary>
257-
/// <typeparam name="T">The type of the argument, which is used as the name if <paramref name="name"/> is null.</typeparam>
257+
/// <typeparam name="T">The type of the argument, which is used as the name if <paramref name="name"/> is <see langword="null"/>.</typeparam>
258258
/// <param name="_">The discard which is only needed for the type.</param>
259259
/// <param name="name">The name of the value.</param>
260260
/// <param name="showId">Determines whether to show the unique identifier when logging.</param>

0 commit comments

Comments
 (0)