mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Ruby: AST ref docs - add a missing space
This commit is contained in:
@@ -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 |
|
||||
+----------------------------+---------------------+----------------+-------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user