Skip to content

Commit a2c321d

Browse files
jskeetNigel-Ecma
andauthored
Update standard/classes.md
Co-authored-by: Nigel-Ecma <[email protected]>
1 parent 83a9075 commit a2c321d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ A constant declaration that declares multiple constants is equivalent to multipl
15651565
>
15661566
> *end example*
15671567
1568-
Constants are permitted to depend on other constants within the same program as long as the dependencies are not of a circular nature. A compiler is allowed to evaluate the constant declarations in an appropriate order.
1568+
Constants are permitted to depend on other constants within the same program as long as the dependencies are not of a circular nature.
15691569
15701570
> *Example*: In the following code
15711571
>

0 commit comments

Comments
 (0)