diff options
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r-- | doc/syntax.rdoc | 2 |
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 |