Skip to content

Commit 2e80836

Browse files
committed
Done.
1 parent 5a42139 commit 2e80836

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/a_division_by_zero_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
42 / 6
22

3-
42 / 0
3+
42 / 2

lib/a_name_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"hello world"
22

3-
hello_world
3+
"hello_world"

lib/a_syntax_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
x = 1
22

3-
x =
3+
puts x

lib/a_type_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1 + 1
22

3-
1 + "is the loneliest number"
3+
"1" + "is the loneliest number"

0 commit comments

Comments
 (0)