Skip to content

Commit 6a210b1

Browse files
authored
docs: fix on loan logic in diagram
The yes/no flow was the wrong way round.
1 parent 20d9894 commit 6a210b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dataimporter/emu/views/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ flowchart TD
9191
DIS -->|Yes| NO
9292
DEPT -->|Yes| LOAN1
9393
DEPT -->|No| NO
94-
LOAN1 -->|Yes| LOAN2
95-
LOAN1 -->|No| NO
96-
LOAN2 -->|Yes| YES
97-
LOAN2 -->|No| NO
94+
LOAN1 -->|No| LOAN2
95+
LOAN1 -->|Yes| NO
96+
LOAN2 -->|No| YES
97+
LOAN2 -->|Yes| NO
9898
```

0 commit comments

Comments
 (0)