Skip to content

Commit

Permalink
tweak validation flowchart
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Aug 30, 2024
1 parent 3b12cae commit 36487ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ flowchart TD
node4["validate_cell_foreign_constraints()"]
node4 --> node5
node5["validate_cell_unique_constraints()"]
node5 -- "Then, over the table as a whole:" --> node6
node5 --> modal3
modal3{"Have we iterated over all of the cells in the row?"}
modal3 -- Yes, then over the table as a whole: --> node6
modal3 -- No, go on to the next cell. --> node2
Expand Down

0 comments on commit 36487ea

Please sign in to comment.