Skip to content

Commit

Permalink
Merge pull request #699 from ruby/rdoc-autolink-exception
Browse files Browse the repository at this point in the history
Don't autolink Exception in psych module docs
  • Loading branch information
hsbt authored Dec 16, 2024
2 parents 0eb96cb + c53c298 commit 301516b
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 301516b

Please sign in to comment.