summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/NEWS-2.6.04
1 files changed, 2 insertions, 2 deletions
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::