Skip to content

Commit 5e83819

Browse files
zzakmatzbot
authored andcommitted
1 parent 7a0f70e commit 5e83819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/psych/lib/psych.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# Psych.safe_load_file("data.yml", permitted_classes: [Date])
8787
# Psych.load_file("trusted_database.yml")
8888
#
89-
# ==== Exception handling
89+
# ==== \Exception handling
9090
#
9191
# begin
9292
# # The second argument changes only the exception contents
@@ -150,7 +150,7 @@
150150
# # Returns Psych::Nodes::Document
151151
# Psych.parse_file('database.yml')
152152
#
153-
# ==== Exception handling
153+
# ==== \Exception handling
154154
#
155155
# begin
156156
# # The second argument changes only the exception contents

0 commit comments

Comments
 (0)