Skip to content

Commit a096873

Browse files
Update standard/expressions.md
Co-authored-by: Kalle Olavi Niemitalo <kon@iki.fi>
1 parent ba35178 commit a096873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Binary numeric promotion occurs for the operands of the predefined `+`, `-`, `*`
312312
- If either operand is of type `decimal`, the other operand is converted to type `decimal`, or a binding-time error occurs if the other operand is of type `float` or `double`.
313313
- Otherwise, if either operand is of type `double`, the other operand is converted to type `double`.
314314
- Otherwise, if either operand is of type `float`, the other operand is converted to type `float`.
315-
- Otherwise, if either operand is of type `ulong`, the other operand is converted to type `ulong`, or a binding-time error occurs if the other operand is of `type sbyte`, `short`, `int`, `nint`, or `long`.
315+
- Otherwise, if either operand is of type `ulong`, the other operand is converted to type `ulong`, or a binding-time error occurs if the other operand is of type `sbyte`, `short`, `int`, `nint`, or `long`.
316316
- Otherwise, if either operand is of type `nuint`, the other operand is converted to type `nuint`, or a binding-time error occurs if the other operand is of type `sbyte`, `short`, `int`, `nint`, or `long`.
317317
- Otherwise, if either operand is of type `long`, the other operand is converted to type `long`.
318318
- Otherwise, if either operand is of type `uint` and the other operand is of type `sbyte`, `short`, `nint`, or `int`, both operands are converted to type `long`.

0 commit comments

Comments
 (0)