Skip to content

Commit a04a2ef

Browse files
owen-mcCopilot
andauthored
Correct comment typo in ParenExpr class
Fix typo in comment regarding ParenExpr deprecation. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ad7e58c commit a04a2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎go/ql/lib/semmle/go/Expr.qll‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class SliceLit extends ArrayOrSliceLit {
555555
* Note that `ParenExpr` is no longer extracted - the child expression takes
556556
* the place of the parenthesized expression directly. This class only exists
557557
* for compatibility with old databases, and will be deprecated and removed in
558-
* future.
558+
* the future.
559559
*/
560560
class ParenExpr extends @parenexpr, Expr {
561561
/** Gets the expression between parentheses. */

0 commit comments

Comments
 (0)