Skip to content

Commit 6d24730

Browse files
breyedcartermp
authored andcommitted
Removed incorrect semocolons from operators (#1338)
1 parent ea7439a commit 6d24730

File tree

1 file changed

+2
-2
lines changed
  • docs/fsharp/language-reference/symbol-and-operator-reference

1 file changed

+2
-2
lines changed

docs/fsharp/language-reference/symbol-and-operator-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following table shows the order of precedence of operators and other express
133133
|`,`|Nonassociative|
134134
|`or`, <code>&#124;&#124;</code>|Left|
135135
|`&`, `&&`|Left|
136-
|`:>;`, `:?>;`|Right|
136+
|`:>`, `:?>`|Right|
137137
|`!=`*op*, `<`*op*, `>`*op*, `=`, <code>&#124;</code>*op*, `&`*op*, `&`<br /><br />(including `<<<`, `>>>`, <code>&#124;&#124;&#124;</code>, `&&&`)|Left|
138138
|`^`*op*<br /><br />(including `^^^`)|Right|
139139
|`::`|Right|
@@ -152,4 +152,4 @@ F# supports custom operator overloading. This means that you can define your own
152152
## See Also
153153
[F# Language Reference](../index.md)
154154

155-
[Operator Overloading](../operator-overloading.md)
155+
[Operator Overloading](../operator-overloading.md)

0 commit comments

Comments
 (0)