Skip to content

Commit 048411e

Browse files
authored
Apply suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
1 parent 6b6df37 commit 048411e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
490490
*/
491491
default Parameter callableGetParameter(Callable c, CallableContext ctx, int index) { none() }
492492

493-
/** Holds if this catch clause catches all exceptions. */
493+
/** Holds if catch clause `catch` catches all exceptions. */
494494
default predicate catchAll(CatchClause catch) { none() }
495495

496496
/**
497-
* Holds if this case matches all possible values, for example, if it is a
497+
* Holds if case `c` matches all possible values, for example, if it is a
498498
* `default` case or a match-all pattern like `Object o` or if it is the
499499
* final case in a switch that is known to be exhaustive.
500500
*

0 commit comments

Comments
 (0)