Skip to content

Commit a8b5875

Browse files
authored
Fix grammatical error in try_ruby_40.md
The plural of `formula` is either `formulas` or `formulae` but never `formula's`.
1 parent 3a50ace commit a8b5875

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)