Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmicu committed Aug 31, 2024
1 parent 878b759 commit a42e491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,12 @@ flowchart TD
modal2 -- Yes --> modal3
node4["4. Validate foreign constraints"]
node4 --> node5
node5[5. "Validate primary and unique Constraints"]
node5["5. Validate primary and unique Constraints"]
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
node6[6. "Validate tree-foreign keys"]
node6["6. Validate tree-foreign keys"]
```

###### Determining the nulltype of a cell
Expand Down

0 comments on commit a42e491

Please sign in to comment.