diff options
author | zzak <[email protected]> | 2024-12-05 15:06:23 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-16 04:01:53 +0000 |
commit | 5e838197a318503c3d53f8662353ff29c5c3bd4a (patch) | |
tree | f967e12b5d387003422f30ac617e7a7424c68167 | |
parent | 7a0f70e3c6fc02e6cecdcc8cbb6187ce4575ef06 (diff) |
[ruby/psych] Don't autolink Exception in psych module docs
https://docs.ruby-lang.org/en/master/Psych.html#module-Psych-label-Exception+handling
https://github.com/ruby/psych/commit/c53c298222
-rw-r--r-- | ext/psych/lib/psych.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 05a3f9c99b..a95393c281 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -86,7 +86,7 @@ require_relative 'psych/class_loader' # 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 @@ require_relative 'psych/class_loader' # # Returns Psych::Nodes::Document # Psych.parse_file('database.yml') # -# ==== Exception handling +# ==== \Exception handling # # begin # # The second argument changes only the exception contents |