Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangSenff committed Jul 19, 2024
1 parent 6d32fbe commit 7631558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/godot-firebase/firestore/firestore.gd
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func collection(path : String) -> FirestoreCollection:
## When awaited, this function returns the resulting array from the query.
##
## ex.
## [code]var query_results = wait Firebase.Firestore.query(FirestoreQuery.new())[/code]
## [code]var query_results = await Firebase.Firestore.query(FirestoreQuery.new())[/code]
##
## [b]Warning:[/b] It currently does not work offline!
##
Expand Down

0 comments on commit 7631558

Please sign in to comment.