Skip to content

Commit 77ceb76

Browse files
authored
Update README.md
1 parent b105378 commit 77ceb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ citiesRef.where("state", equalTo = "CA")
9595
citiesRef.where("regions", arrayContains = "west_coast")
9696
```
9797

98-
<h3><a href="https://kotlinlang.org/docs/reference/functions.html#named-arguments">Operator overloading</a></h3>
98+
<h3><a href="https://kotlinlang.org/docs/reference/operator-overloading.html">Operator overloading</a></h3>
9999

100100
In cases where it makes sense, such as Firebase Functions HTTPS Callable, operator overloading is used:
101101

0 commit comments

Comments
 (0)