summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-27 02:31:39 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-27 02:31:39 +0900
commitdd1e047fcb2a6429dd960b38a9ce03f86bb828fa (patch)
tree014624666398bea2ab69bcda8df48d245cf339c9
parent81191afe8a9b40e6dd6cc8e0d1a9899938840073 (diff)
NEWS: fixed markups and indent [ci skip]
C API updates: * adjusted indent. * marked up ANYARGS as RDoc.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index af32764cae..1ef70fcb50 100644
--- a/NEWS
+++ b/NEWS
@@ -355,8 +355,8 @@ profile.rb, Profiler__::
=== C API updates
- * C API declarations with `ANYARGS` are changed not to use `ANYARGS`
- https://github.com/ruby/ruby/pull/2404
+* C API declarations with +ANYARGS+ are changed not to use +ANYARGS+
+ https://github.com/ruby/ruby/pull/2404
=== Implementation improvements