Fix typo in Contributing.md (#1270)

This commit is contained in:
chris
2019-08-08 07:20:05 +02:00
committed by Leonid Stashevsky
parent 44c880c810
commit 0e4a6f24e4

View File

@@ -21,7 +21,7 @@ Create a documentation PR and link both pull requests.
Your code should conform to
the official [Kotlin code style guide](https://kotlinlang.org/docs/reference/coding-conventions.html)
except that start imports should be always enabled
except that star imports should be always enabled
(ensure Preferences | Editor | Code Style | Kotlin, tab **Imports**, both `Use import with '*'` should be checked).
Every new source file should have a copyright header.