summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 14:33:28 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-14 14:34:32 +0900
commit421dd3114579f90ecced6cf221828a730357b50f (patch)
tree188ac04f88693e79c736d946bc57537f1156231a /doc
parent219643c075d9f5641307853cae052383bb289a11 (diff)
[DOC] Fix experimental marker [ci skip]
Diffstat (limited to 'doc')
-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::