From f72d05d6b5f27e305a812a32ba4bcd74c3ef3f5e Mon Sep 17 00:00:00 2001 From: butlersrepos Date: Thu, 17 Oct 2024 12:32:14 -0400 Subject: [PATCH] Update lobbies.md tiny typo fix --- docs/tutorials/lobbies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/lobbies.md b/docs/tutorials/lobbies.md index d759a53e..63e53335 100644 --- a/docs/tutorials/lobbies.md +++ b/docs/tutorials/lobbies.md @@ -182,7 +182,7 @@ func _on_open_lobby_list_pressed() -> void: Before requesting the lobby list with `requestLobbyList()` you can add more search queries like: -`addRequestLobbyListStringFilter()`
Allows you to look for specific works in the lobby metadata +`addRequestLobbyListStringFilter()`
Allows you to look for specific words in the lobby metadata `addRequestLobbyListNumericalFilter()`
Adds a numerical comparions filter (<=, <, =, >, >=, !=)