File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/language/learn-ql/go Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ The most important subclasses of `AstNode
99
99
statements and expressions, respectively. This section briefly discusses some of their more
100
100
important subclasses and predicates. For a full reference of all the subclasses of `Stmt
101
101
<https://help.semmle.com/qldoc/go/semmle/go/Stmt.qll/type.Stmt$Stmt.html> `__ and `Expr
102
- <https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/type.Expr$Expr.html> `__ and their API, see
103
- `Stmt.qll <https://help.semmle.com/qldoc/go/semmle/go/Stmt.qll/module.Stmt.html >`__ and `Expr.qll
104
- <https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/module.Expr.html> `__.
102
+ <https://help.semmle.com/qldoc/go/semmle/go/Expr.qll/type.Expr$Expr.html> `__, see
103
+ :doc: `Abstract syntax tree classes for Go <ast-class-reference >`.
105
104
106
105
Statements
107
106
~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments