We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f9312 + 8c8b203 commit 7cdbd11Copy full SHA for 7cdbd11
ruby/lesson2/tutorial.md
@@ -128,7 +128,7 @@ To get the number of seconds that it takes to run the game we can store the time
128
First create and assign the time to a variable `start`. Then, subtract `Time.now - start` and output that.
129
130
```ruby
131
-puts "Total time #{duration} seconds
+puts "Total time #{duration} seconds"
132
```
133
134
> You can also calculate the average time it take to respond to each problem by dividing the duration with the amount of attempts.
0 commit comments