Ruby: AST ref docs - add a missing space

This commit is contained in:
Alex Ford
2022-11-04 15:19:13 +00:00
parent 5aee96d907
commit 9cf3284371

View File

@@ -62,7 +62,7 @@ Calls
+----------------------------+---------------------+----------------+-------------------------------+
| ``yield`` «Expr_ ``,``»* | YieldCall_ | Call_ | |
+----------------------------+---------------------+----------------+-------------------------------+
| ``&``IDENTIFIER | BlockArgument_ | Expr_ | Used as an argument to a call |
| ``&`` IDENTIFIER | BlockArgument_ | Expr_ | Used as an argument to a call |
+----------------------------+---------------------+----------------+-------------------------------+
| ``...`` | ForwardedArguments_ | Expr_ | Used as an argument to a call |
+----------------------------+---------------------+----------------+-------------------------------+