Skip to content

Commit 8c8b203

Browse files
committed
Update tutorial.md
Added missing speech marks on line 131.
1 parent 15f9312 commit 8c8b203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To get the number of seconds that it takes to run the game we can store the time
128128
First create and assign the time to a variable `start`. Then, subtract `Time.now - start` and output that.
129129

130130
```ruby
131-
puts "Total time #{duration} seconds
131+
puts "Total time #{duration} seconds"
132132
```
133133

134134
> 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

Comments
 (0)