1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: fixed markups and indent [ci skip]

C API updates:

* adjusted indent.
* marked up ANYARGS as RDoc.
This commit is contained in:
Nobuyoshi Nakada 2019-09-27 02:31:39 +09:00
parent 81191afe8a
commit dd1e047fcb
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

4
NEWS
View file

@ -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