Skip to content

Commit

Permalink
Don't autolink Exception in psych module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak authored Dec 5, 2024
1 parent 0eb96cb commit c53c298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/psych.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c53c298

Please sign in to comment.