Skip to content

Commit

Permalink
Update lobbies.md
Browse files Browse the repository at this point in the history
tiny typo fix
  • Loading branch information
butlersrepos authored Oct 17, 2024
1 parent f9c3e14 commit f72d05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/lobbies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`<br />Allows you to look for specific works in the lobby metadata
`addRequestLobbyListStringFilter()`<br />Allows you to look for specific words in the lobby metadata

`addRequestLobbyListNumericalFilter()`<br />Adds a numerical comparions filter (<=, <, =, >, >=, !=)

Expand Down

0 comments on commit f72d05d

Please sign in to comment.