[DOC] Use RIGHT SINGLE QUOTATION MARK

Ideally, RDoc would be expected to replace U+0027 APOSTROPHE with
U+2019 RIGHT SINGLE QUOTATION MARK, as well as the case the preceeding
word is not a class name; but a boundary of attributes is treated as a
word boundary currently.  Although I'm not sure if this is a bug of
RDoc, use that mark meanwhile.
This commit is contained in:
Nobuyoshi Nakada 2024-10-09 01:18:09 +09:00
parent bb57f7d20b
commit de50c4bd42
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-10-08 16:34:00 +00:00

View File

@ -140,7 +140,7 @@ details of the default gems or bundled gems.
* Use a single quote instead of a backtick as an opening quote. [[Feature #16495]]
* Display a class name before a method name (only when the class has a permanent name). [[Feature #19117]]
* Kernel#caller, Thread::Backtrace::Location's methods, etc. are also changed accordingly.
* Kernel#caller, Thread::Backtrace::Locations methods, etc. are also changed accordingly.
Old:
```