We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e6e16f + 1e71f4b commit 664bc15Copy full SHA for 664bc15
sips/pending/_posts/2016-01-11-static-members.md
@@ -102,8 +102,8 @@ object O {
102
{% endhighlight %}
103
```
104
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`.
+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.
+In case `O.d` is annotated with `@static` the field will be crated as a static field in `class O`.
107
If not annotated, it will be created in the companion module with a static forwarder in `class O`.
108
109
## Restrictions ##
0 commit comments