Skip to content

Commit 2661f87

Browse files
authored
Update operator-overloading.md (#28497)
fixes fsharp/fslang-design#639 This was an incorrect statement.
1 parent 3fb0b92 commit 2661f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/fsharp/language-reference/operator-overloading.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Depending on the exact character sequence you use, your operator will have a cer
3939

4040
The operator character `.` does not affect precedence, so that, for example, if you want to define your own version of multiplication that has the same precedence and associativity as ordinary multiplication, you could create operators such as `.*`.
4141

42-
Only the operators `?` and `?<-` may start with `?`.
43-
4442
The `$` operator must stand alone and without additional symbols.
4543

4644
A table that shows the precedence of all operators in F# can be found in [Symbol and Operator Reference](./symbol-and-operator-reference/index.md).

0 commit comments

Comments
 (0)