Skip to content

Commit 7631558

Browse files
committed
Fix typo in docs
1 parent 6d32fbe commit 7631558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/godot-firebase/firestore/firestore.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func collection(path : String) -> FirestoreCollection:
9090
## When awaited, this function returns the resulting array from the query.
9191
##
9292
## ex.
93-
## [code]var query_results = wait Firebase.Firestore.query(FirestoreQuery.new())[/code]
93+
## [code]var query_results = await Firebase.Firestore.query(FirestoreQuery.new())[/code]
9494
##
9595
## [b]Warning:[/b] It currently does not work offline!
9696
##

0 commit comments

Comments
 (0)