From 25615275ed717cc24cf2f296578fbf14a42a2377 Mon Sep 17 00:00:00 2001 From: aesereht <100576755+aesereht@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:57:01 +0200 Subject: [PATCH] Update leaderboards.md highlight functions --- docs/tutorials/leaderboards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/leaderboards.md b/docs/tutorials/leaderboards.md index a632c284..4967dfb4 100644 --- a/docs/tutorials/leaderboards.md +++ b/docs/tutorials/leaderboards.md @@ -248,7 +248,7 @@ func on_file_share_result( result: int, handle, name: String ): When you successfully set your file and uploaded it now you can attach it to leaderboard. !!! warning "Notes" - You must call findLeaderboard or findOrCreateLeaderboard to get a leaderboard handle prior to calling this function. You can store it for example as `LEADERBOARD_HANDLE`. + You must call `findLeaderboard()` or `findOrCreateLeaderboard()` to get a leaderboard handle prior to calling this function. You can store it for example as `LEADERBOARD_HANDLE`. ```gdscript func on_leaderboard_ugc_set( handle:int, result:String ) -> void: