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 b9ad1f8 commit 22476e3Copy full SHA for 22476e3
examples/01_introduction/03_Variables.md
@@ -15,9 +15,9 @@ fun main() {
15
}
16
```
17
18
-1. Declares a mutable variable and initializing it.
19
-2. Declares an immutable variable and initializing it.
20
-3. Declares an immutable variable and initializing it without specifying the type. The compiler infers the type `Int`.
+1. Declares a mutable variable and initializes it.
+2. Declares an immutable variable and initializes it.
+3. Declares an immutable variable and initializes it without specifying the type. The compiler infers the type `Int`.
21
22
```run-kotlin
23
fun main() {
0 commit comments