File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ type D =
117
117
override d.CompareTo ( other ) =
118
118
match other with
119
119
| :? D as d2 -> compare (( float32) d) (( float32) d2)
120
- | _ -> invalidArg " " " Cannot compare thid D with another type."
120
+ | _ -> invalidArg " " " Cannot compare this D with another type."
121
121
override d.Equals ( other ) =
122
122
match other with
123
123
| :? D as d2 -> compare (( float32) d) (( float32) d2) = 0
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ type D =
117
117
override d.CompareTo ( other ) =
118
118
match other with
119
119
| :? D as d2 -> compare (( float) d) (( float) d2)
120
- | _ -> invalidArg " " " Cannot compare thid D with another type."
120
+ | _ -> invalidArg " " " Cannot compare this D with another type."
121
121
override d.Equals ( other ) =
122
122
match other with
123
123
| :? D as d2 -> compare (( float) d) (( float) d2) = 0
You can’t perform that action at this time.
0 commit comments