File tree Expand file tree Collapse file tree
csharp/ql/src/semmle/code/csharp/controlflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ module ControlFlow {
109109 * Holds if this node post-dominates `that` node.
110110 *
111111 * That is, all paths reaching a normal callable exit node (an `AnnotatedExitNode`
112- * with a normal normal exit type) from `that` node must go through this node.
112+ * with a normal exit type) from `that` node must go through this node.
113113 *
114114 * Example:
115115 *
@@ -146,7 +146,7 @@ module ControlFlow {
146146 * Holds if this node strictly post-dominates `that` node.
147147 *
148148 * That is, all paths reaching a normal callable exit node (an `AnnotatedExitNode`
149- * with a normal normal exit type) from `that` node must go through this node
149+ * with a normal exit type) from `that` node must go through this node
150150 * (which must be different from `that` node).
151151 *
152152 * Example:
You can’t perform that action at this time.
0 commit comments