Skip to content

Commit 1de2eb9

Browse files
committed
fix --trim newsline NEWS.md
1 parent 228edd6 commit 1de2eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Julia v1.12 Release Notes
44
New language features
55
---------------------
66

7-
* New experimental option `--trim` that creates smaller binaries by removing code not proven to be reachable from
7+
* New experimental option `--trim` that creates smaller binaries by removing code that can be proven to be _unreachable_ from
88
entry points. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]). Not all
99
code is expected to work with this option, and since it is experimental you may encounter problems.
1010
* Redefinition of constants is now well defined and follows world age semantics ([#57253]). Additional redefinitions

0 commit comments

Comments
 (0)