Skip to content

Commit c150894

Browse files
authored
Merge pull request #54 from TalAter/patch-1
Fix grammatical error in try_ruby_40.md
2 parents 3a50ace + a8b5875 commit c150894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translations/en/try_ruby_40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What is going on?
1313
> output screen at the top. So when you type a formula you get to see the results.
1414
> __But only the last result.__ And only if the output is still empty.
1515
16-
So when you entered 2 or more formula's, Ruby only showed the result of the last formula.
16+
So when you entered 2 or more formulas, Ruby only showed the result of the last formula.
1717

1818
Of course you have the power to control the screen! Just type __puts__ before each formula
1919
(with a space in between). Puts means: *'put something on the screen'*.

0 commit comments

Comments
 (0)