summaryrefslogtreecommitdiff
path: root/doc/syntax.rdoc
diff options
context:
space:
mode:
authormasatoshi_moritsuka <[email protected]>2023-01-01 19:15:12 +0900
committerHiroshi SHIBATA <[email protected]>2024-09-25 07:06:42 +0900
commit6b46060fc29055b1e1d38da83959f4f2c98edfb1 (patch)
treeb34601f9c4670ebcbd577f022fd6c0705c7b9015 /doc/syntax.rdoc
parenta80a9cf9ef268d6df44097535cae690636255c8a (diff)
doc: Remove description of experimental warnings related pattern matching from documentation
Ruby 3.2.0 has been released and all experimental warnings about pattern matching have been removed. Experimental warnings about pattern matching are no longer output, so I remove description about it from documentation as well. cf. https://bugs.ruby-lang.org/issues/18585 cf. db6b23c76cbc7888cd9a9912790c2068703afdd0 cf. https://twitter.com/k_tsj/status/1606956336037900289?s=20&t=-_PSYLhYPtYsB9FZhtXl5A
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7052
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r--doc/syntax.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax.rdoc b/doc/syntax.rdoc
index 6ca5843512..cb427b6f0f 100644
--- a/doc/syntax.rdoc
+++ b/doc/syntax.rdoc
@@ -12,7 +12,7 @@ Assignment[rdoc-ref:syntax/assignment.rdoc] ::
+if+, +unless+, +while+, +until+, +for+, +break+, +next+, +redo+
{Pattern matching}[rdoc-ref:syntax/pattern_matching.rdoc] ::
- Experimental structural pattern matching and variable binding syntax
+ Structural pattern matching and variable binding syntax
Methods[rdoc-ref:syntax/methods.rdoc] ::
Method and method argument syntax