diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index c11bd449bc..241913cc1a 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -540,7 +540,7 @@ as the keyword arguments: my_method(a: 1, 'a' => 2) # [{"a"=>2}, 1] my_method({a: 1, 'a' => 2}) # [{"a"=>2}, 1] -== Block Argument +=== Block Argument The block argument is indicated by & and must come last: