Skip to content

Commit 06af488

Browse files
committed
fill in empty tag
1 parent 893531c commit 06af488

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/XR

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class XRDeviceDescriptor
122122
/// <summary>
123123
/// Converts this structure to a JSON string.
124124
/// </summary>
125-
/// <returns></returns>
125+
/// <returns>A JSON string.</returns>
126126
public string ToJson()
127127
{
128128
return JsonUtility.ToJson(this);

0 commit comments

Comments
 (0)