From de50c4bd42099a70b06bfa6a7f9fa9a2532a93df Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 9 Oct 2024 01:18:09 +0900 Subject: [PATCH] [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. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index db53752b9f..8752d39310 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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::Location’s methods, etc. are also changed accordingly. Old: ```