diff --git a/lib/psych.rb b/lib/psych.rb index 05a3f9c9..a95393c2 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -86,7 +86,7 @@ # Psych.safe_load_file("data.yml", permitted_classes: [Date]) # Psych.load_file("trusted_database.yml") # -# ==== Exception handling +# ==== \Exception handling # # begin # # The second argument changes only the exception contents @@ -150,7 +150,7 @@ # # Returns Psych::Nodes::Document # Psych.parse_file('database.yml') # -# ==== Exception handling +# ==== \Exception handling # # begin # # The second argument changes only the exception contents