Fix QL doc

This commit is contained in:
Arthur Baars
2021-02-15 12:53:13 +01:00
parent 9cb58be5cf
commit d69a1731f9

View File

@@ -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 {