Skip to content

Commit 1e71f4b

Browse files
committed
Merge pull request #2 from odersky/patch-1
Update 2016-01-11-static-members.md
2 parents 5462e27 + 74a0594 commit 1e71f4b

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)