We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e231c64 commit 8799894Copy full SHA for 8799894
csharp/ql/lib/semmle/code/csharp/controlflow/internal/PreBasicBlocks.qll
@@ -3,7 +3,7 @@
3
*
4
* Provides a basic block implementation on control flow elements. That is,
5
* a "pre-CFG" where the nodes are (unsplit) control flow elements and the
6
- * successor releation is `succ = succ(pred, _)`.
+ * successor relation is `succ = succ(pred, _)`.
7
8
* The logic is duplicated from the implementation in `BasicBlocks.qll`, and
9
* being an internal class, all predicate documentation has been removed.
0 commit comments