Skip to content

Commit 94893cc

Browse files
authored
Merge pull request microsoft#639 from zhiliangxu/patch-2
Add a new line before "It is a compile time ..."
2 parents d8c5906 + 53057a1 commit 94893cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An enum member is considered constant if:
2828
If member is defined in the same enum it can be referenced using unqualified name.
2929
* parenthesized constant enum expression
3030
* `+`, `-`, `~` unary operators applied to constant enum expression
31-
* `+`, `-`, `*`, `/`, `%`, `<<`, `>>`, `>>>`, `&`, `|`, `^` binary operators with constant enum expressions as operands
31+
* `+`, `-`, `*`, `/`, `%`, `<<`, `>>`, `>>>`, `&`, `|`, `^` binary operators with constant enum expressions as operands
3232
It is a compile time error for constant enum expressions to be evaluated to `NaN` or `Infinity`.
3333

3434
In all other cases enum member is considered computed.

0 commit comments

Comments
 (0)