diff --git a/doc/NEWS-2.6.0 b/doc/NEWS-2.6.0 index 47430ea915..ee0a8c3ff9 100644 --- a/doc/NEWS-2.6.0 +++ b/doc/NEWS-2.6.0 @@ -288,8 +288,8 @@ RubyVM::AbstractSyntaxTree:: * RubyVM::AbstractSyntaxTree.parse_file parses a given file and returns AST nodes. [experimental] - * RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method. - experimental:: + * RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or + method. [experimental] RubyVM::