Skip to content

Commit 664bc15

Browse files
committed
Merge branch 'master' of github.com:DarkDimius/scala.github.com
2 parents 0e6e16f + 1e71f4b commit 664bc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sips/pending/_posts/2016-01-11-static-members.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ object O {
102102
{% endhighlight %}
103103
```
104104

105-
Under proposed scheme users will be able to opt-in to have field `f` defined inside inner object `I` emmited as static field.
106-
In case `O.d` is annotated with `@static` the field will be crated as static field in `class O`.
105+
Under the proposed scheme users will be able to opt-in to have the field `f` defined in the inner object `I` emited as a static field.
106+
In case `O.d` is annotated with `@static` the field will be crated as a static field in `class O`.
107107
If not annotated, it will be created in the companion module with a static forwarder in `class O`.
108108

109109
## Restrictions ##

0 commit comments

Comments
 (0)