From dd1e047fcb2a6429dd960b38a9ce03f86bb828fa Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 27 Sep 2019 02:31:39 +0900 Subject: [PATCH] NEWS: fixed markups and indent [ci skip] C API updates: * adjusted indent. * marked up ANYARGS as RDoc. --- NEWS | 4 ++-- 1 file 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