From 2a02f18fb0aa936c5a851c9a5115a315b4c8875b Mon Sep 17 00:00:00 2001 From: RickyRister Date: Fri, 12 Sep 2025 03:15:50 -0700 Subject: [PATCH] Fix link in doc --- cockatrice/src/game/player/player_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/game/player/player_actions.cpp b/cockatrice/src/game/player/player_actions.cpp index bb96ecb67..6c723805f 100644 --- a/cockatrice/src/game/player/player_actions.cpp +++ b/cockatrice/src/game/player/player_actions.cpp @@ -86,7 +86,7 @@ void PlayerActions::playCard(CardItem *card, bool faceDown) } /** - * Like {@link Player::playCard}, but forces the card to be played to the table zone. + * Like {@link PlayerActions::playCard}, but forces the card to be played to the table zone. * Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row). */ void PlayerActions::playCardToTable(const CardItem *card, bool faceDown)