We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34e069 commit 39c56f7Copy full SHA for 39c56f7
1 file changed
1_Introduction/2_Hello_World/task.md
@@ -3,7 +3,7 @@
3
---
4
5
*You will learn:*
6
-- how to print to the standard otuput
+- how to print to the standard output
7
8
9
@@ -12,8 +12,7 @@ If you want to print a new line you can use the *puts* (or the shorter *p*)
12
method.
13
14
*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*.
+and turn them into a String before printing to the the standard output *$stdout*.
17
18
`print 'a'` just prints out *a*.
19
`print 'a', 'b', 'c'` prints out *abc*.
0 commit comments