Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdefaria authored Jul 9, 2024
1 parent 7d2fff8 commit 95b7875
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 @@ -148,4 +148,4 @@ Generates a surrogate key for a given list of fields. The surrogate key is a uni

Without the delimiter, the inputs `firstName` = 'John Smith' and `lastName` = '', and firstName = 'John ' and lastName = 'Smith' would generate the same hash with generate_surrogate_key(["firstName", "lastName"]). The delimiter prevents this collision

Thanks @Sophie from Obie for the delimiter improvement ^ <3
Thanks @sophieml from Obie for the delimiter improvement ^ <3

0 comments on commit 95b7875

Please sign in to comment.