Skip to content

Commit 52c0096

Browse files
committed
spelling: overriding
Signed-off-by: Josh Soref <[email protected]>
1 parent b5d7cf0 commit 52c0096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-07-08-trait-method-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface classfile. In short, we have the following bytecode formats for concre
5252
extending a trait get a virtual method that implements the abstract method in the interface and
5353
forwards to the static implementation method.
5454
- 2.12.0-M4: trait method bodies are in (non-static) interface default methods, subclasses get an
55-
virtual method (overridding the default method) that forwards to that default method using
55+
virtual method (overriding the default method) that forwards to that default method using
5656
`invokespecial` (a `super` call).
5757
- [33e7106](https://github.com/scala/scala/commit/33e7106): in most cases, no more forwarders are
5858
generated in subclasses as they are not needed: the JVM will resolve the correct method.

0 commit comments

Comments
 (0)