Skip to content

Commit 39c56f7

Browse files
committed
Fix typo and grammar in hello world task
1 parent a34e069 commit 39c56f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • 1_Introduction/2_Hello_World

1_Introduction/2_Hello_World/task.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
*You will learn:*
6-
- how to print to the standard otuput
6+
- how to print to the standard output
77

88
---
99

@@ -12,8 +12,7 @@ If you want to print a new line you can use the *puts* (or the shorter *p*)
1212
method.
1313

1414
*print* and *puts* take one or multiple comma-separated objects as parameter
15-
and turns them into a String before printing to the the standard output
16-
*$stdout*.
15+
and turn them into a String before printing to the the standard output *$stdout*.
1716

1817
`print 'a'` just prints out *a*.
1918
`print 'a', 'b', 'c'` prints out *abc*.

0 commit comments

Comments
 (0)