aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-12-11 20:23:36 +0900
committernagachika <nagachika@ruby-lang.org>2022-12-11 20:23:36 +0900
commit9477ec732b680df1ffa1d17b86ba641c83dc4b74 (patch)
tree010b6c0626fb2d928b85c3e9850885ea398f5419
parentd245c2ec481b133eb3334f7e18be22c14610994b (diff)
downloadruby-9477ec732b680df1ffa1d17b86ba641c83dc4b74.tar.gz
NEWS.md: fix ticket ref position.
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index 494d81edc2..158a165ade 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -495,10 +495,10 @@ The following deprecated methods are removed.
`UnboundMethod#public?`, `UnboundMethod#private?`, `UnboundMethod#protected?`
[[Bug #18729]] [[Bug #18751]] [[Bug #18435]]
-### Source code incompatibility of extension libraries [[Bug #19100]]
+### Source code incompatibility of extension libraries
* Extension libraries provide PRNG, subclasses of Random, need updates.
- See [PRNG update] below for more information.
+ See [PRNG update] below for more information. [[Bug #19100]]
### Error printer