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.
1 parent 2989556 commit f1bfcbfCopy full SHA for f1bfcbf
docs/source/programming_resources/shared/installing_kotlin/Installing-Kotlin.rst
@@ -18,7 +18,7 @@ many new features and syntax that can make it easier to write code and less pron
18
the features of Kotlin include:
19
20
* Full interoperability with Java; you can use Java classes and libraries from Kotlin and vice versa.
21
-* Dynamic typing; Kotlin allows you to use dynamic typing when needed, that is, you don't need
+* Type inference; Kotlin allows you to use type inference when needed, that is, you don't need
22
to specify the type of a variable when it can be inferred from the context
23
(``var myString = "Hi!"``).
24
* No semicolons; Kotlin does not require semicolons to end statements.
0 commit comments