Skip to content

Commit

Permalink
Remove useless stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA authored and oxisto committed Feb 25, 2025
1 parent 6e7685f commit b240e95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/CPG/specs/dfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Scheme:
node -.- iterable;
```

!!! info inline end "Implicit Dataflows"
!!! info "Implicit Dataflows"

The DFG does not model implicit dataflows, i.e., the information if the
execution or some conditions may have an impact on certain variables, the
Expand Down Expand Up @@ -274,7 +274,7 @@ Scheme:
elseExpression -- DFG --> node;
```

!!! info inline end "Implicit Dataflows"
!!! info "Implicit Dataflows"

The DFG does not model implicit dataflows, i.e., the information if the
execution or some conditions may have an impact on certain variables, the
Expand Down Expand Up @@ -549,7 +549,7 @@ that influences the branching decision can lead to an implicit data flow via the
branching, and we therefore draw a dfg edge from the condition, to the branching
node.

!!! info inline end "Implicit Dataflows"
!!! info "Implicit Dataflows"

The DFG does not model implicit dataflows, i.e., the information if the
execution or some conditions may have an impact on certain variables, the
Expand Down

0 comments on commit b240e95

Please # to comment.