We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b105378 commit 77ceb76Copy full SHA for 77ceb76
README.md
@@ -95,7 +95,7 @@ citiesRef.where("state", equalTo = "CA")
95
citiesRef.where("regions", arrayContains = "west_coast")
96
```
97
98
-<h3><a href="https://kotlinlang.org/docs/reference/functions.html#named-arguments">Operator overloading</a></h3>
+<h3><a href="https://kotlinlang.org/docs/reference/operator-overloading.html">Operator overloading</a></h3>
99
100
In cases where it makes sense, such as Firebase Functions HTTPS Callable, operator overloading is used:
101
0 commit comments