mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Fix QL doc
This commit is contained in:
@@ -83,8 +83,8 @@ class UndefStmt extends Stmt, @undef {
|
||||
* An `alias` statement. For example:
|
||||
* ```rb
|
||||
* - alias alias_name method_name
|
||||
* - undef foo :method_name
|
||||
* - undef bar :"method_#{ name }"
|
||||
* - alias foo :method_name
|
||||
* - alias bar :"method_#{ name }"
|
||||
* ```
|
||||
*/
|
||||
class AliasStmt extends Stmt, @alias {
|
||||
|
||||
Reference in New Issue
Block a user