Skip to content

Commit 4dfd4e1

Browse files
sampatbadhenobu
authored andcommitted
Correct typo [ci skip]
1 parent 1b7aabb commit 4dfd4e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ begin
4343
raise 'Boom!' # Raises an exception, transfers control.
4444
puts 'Will not get here.'
4545
rescue
46-
puts 'Rescued an exception.' # Control tranferred to here; program does not exit.
46+
puts 'Rescued an exception.' # Control transferred to here; program does not exit.
4747
end
4848
puts 'Got here.'
4949
```

0 commit comments

Comments
 (0)