Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e822510

Browse files
committed
C#: Fix typo
1 parent 6644537 commit e822510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/semmle/code/csharp/controlflow/ControlFlowElement.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ControlFlowElement extends ExprOrStmtParent, @control_flow_element {
7979
* `pred` ending with this element, and `pred` is an immediate predecessor
8080
* of `succ`.
8181
*
82-
* Moroever, this control flow element corresponds to multiple control flow nodes,
82+
* Moreover, this control flow element corresponds to multiple control flow nodes,
8383
* which is why
8484
*
8585
* ```

0 commit comments

Comments
 (0)