Skip to content

Commit

Permalink
Correction of request to change immutable fields to immutable.
Browse files Browse the repository at this point in the history
Not sure this is a correct correction.
  • Loading branch information
denis-sh committed May 30, 2013
1 parent 8c4de0f commit 133c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.dd
Expand Up @@ -68,7 +68,7 @@ $(BUGSTITLE Language Changes,
$(LI $(LNAME2 staticfields, Const and immutable fields with initializers are now warned about:))

$(P Eventually, they will be deprecated, and then will trigger an error. Such fields should now
be changed to enum, static or immutable.)
be changed to enum or static.)

$(P In a future release, a new behavior for them will be enabled:)

Expand Down

0 comments on commit 133c905

Please sign in to comment.