Skip to content

Commit 0197b65

Browse files
committed
DOCATT-8610: Fixed the link to JoinPlayersWhenJoinActionIsTriggered
1 parent 638e3df commit 0197b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public void EnableJoining()
337337
/// <remarks>
338338
/// Note that this method might disable the action, depending on how the action
339339
/// was joined initially. Specifically, if the initial joining was triggered using
340-
/// the <see cref="joinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
340+
/// the <see cref="PlayerJoinBehavior.JoinPlayersWhenJoinActionIsTriggered"/> behavior,
341341
/// this method also disables the join action.
342342
/// </remarks>
343343
/// <seealso cref="EnableJoining"/>

0 commit comments

Comments
 (0)