[前][次][番号順一覧][スレッド一覧]

ruby-changes:65050

From: Burdette <ko1@a...>
Date: Wed, 27 Jan 2021 02:22:29 +0900 (JST)
Subject: [ruby-changes:65050] d7a844cb08 (master): Fix broken link in RDoc for String (#4123)

https://git.ruby-lang.org/ruby.git/commit/?id=d7a844cb08

From d7a844cb08aaf0d073bfa2ade88e83b3df2d9676 Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Tue, 26 Jan 2021 11:22:13 -0600
Subject: Fix broken link in RDoc for String (#4123)

Link was correct; its target was incorrect; now fixed.
---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index 4957cc3..b831e9e 100644
--- a/string.c
+++ b/string.c
@@ -11600,7 +11600,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc) https://github.com/ruby/ruby/blob/trunk/string.c#L11600
  *  - #casecmp?:: Returns +true+ if the string is equal to a given string after Unicode case folding;
  *                +false+ otherwise.
  *
- *  === Methods for Modifying +self+
+ *  === Methods for Modifying a \String
  *
  *  Each of these methods modifies +self+.
  *
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]