File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/stmts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ class CoReturnStmt extends Stmt, @stmt_co_return {
678678 override string getAPrimaryQlClass ( ) { result = "CoReturnStmt" }
679679
680680 /**
681- * Gets the operand of this ' co_return' statement.
681+ * Gets the operand of this ` co_return` statement.
682682 *
683683 * For example, for
684684 * ```
@@ -693,7 +693,7 @@ class CoReturnStmt extends Stmt, @stmt_co_return {
693693 FunctionCall getOperand ( ) { result = this .getChild ( 0 ) }
694694
695695 /**
696- * Gets the expression of this ' co_return' statement, if any.
696+ * Gets the expression of this ` co_return` statement, if any.
697697 *
698698 * For example, for
699699 * ```
@@ -707,7 +707,7 @@ class CoReturnStmt extends Stmt, @stmt_co_return {
707707 Expr getExpr ( ) { result = this .getOperand ( ) .getArgument ( 0 ) }
708708
709709 /**
710- * Holds if this ' co_return' statement has an expression.
710+ * Holds if this ` co_return` statement has an expression.
711711 *
712712 * For example, this holds for
713713 * ```
You can’t perform that action at this time.
0 commit comments