Skip to content

Commit 89fb3da

Browse files
committed
fix typo
1 parent da65eaa commit 89fb3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/_posts/2016-11-03-release-notes-2.12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The following optimizations are available:
194194
* Inlining final methods, including methods defined in objects and final methods defined in traits
195195
* If a closure is allocated and invoked within the same method, the closure invocation is replaced by an invocations of the corresponding lambda body method
196196
* Dead code elimination and a small number of cleanup optimizations
197-
* Box/unbox elimination [#4858](https://github.com/scala/scala/pull/4858): primitive boxes and tuples that are created and used within some method without exscaping are eliminated.
197+
* Box/unbox elimination [#4858](https://github.com/scala/scala/pull/4858): primitive boxes and tuples that are created and used within some method without escaping are eliminated.
198198

199199
For example, the following code
200200

0 commit comments

Comments
 (0)