Skip to content

Commit 508491c

Browse files
SubhrajyotiSenAlexanderPrendota
authored andcommitted
refactor: fix typo in When (Kotlin#48)
Programming languages are usually referred to in singular
1 parent adf13b8 commit 508491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/02_control_flow/01_When.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# When
22

3-
Kotlin do not have `switch` statement, instead of it it has more smart and clear `when` construction. Let's take a look
3+
Kotlin does not have `switch` statement, instead of it it has more smart and clear `when` construction. Let's take a look
44

55
<div class="language-kotlin" theme="idea" data-min-compiler-version="1.3">
66

0 commit comments

Comments
 (0)