Skip to content

Commit 9a5efa3

Browse files
committed
Fixed XMLDoc validation error
1 parent 82023e2 commit 9a5efa3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/InputValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public object Get()
7171
/// </example>
7272
/// The given <c>InputValue</c> is only valid for the duration of the callback. Storing the <c>InputValue</c> references somewhere and calling Get&lt;T&gt;() later does not work correctly.
7373
/// </remarks>
74-
/// <seealso cref="CallbackContext.ReadValue{TValue}"/>
74+
/// <seealso cref="InputAction.CallbackContext.ReadValue{TValue}"/>
7575
public TValue Get<TValue>()
7676
where TValue : struct
7777
{

0 commit comments

Comments
 (0)