Skip to content

Commit

Permalink
Update proposals/statics.md
Browse files Browse the repository at this point in the history
Co-authored-by: ilya-g <[email protected]>
  • Loading branch information
elizarov and ilya-g committed Apr 3, 2023
1 parent 307374b commit 8d9d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/statics.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ val Intent.static.SCHEME_SMS: String
get() = "sms"
```

Here, `Intent` is a 3rd-party Java clas. With this declaration, one can write `Intent.SCHEME_SMS` to get a string
Here, `Intent` is a 3rd-party Java class. With this declaration, one can write `Intent.SCHEME_SMS` to get a string
`"sms"`.

### Static object primer
Expand Down

0 comments on commit 8d9d0bf

Please sign in to comment.