Skip to content

Commit

Permalink
Fixed the output of killDuplicateRecords in README.md (#75)
Browse files Browse the repository at this point in the history
A small change correcting the output of killDuplicateRecords example
  • Loading branch information
chetnachaudhari authored Jul 5, 2023
1 parent e51fb12 commit 340ae9f
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 @@ -110,7 +110,7 @@ The result of running the previous function is the following table:
| id|firstname| lastname|
+----+---------+---------+
| 2| Maria| Willis|
| 2| Maria| Pitt|
| 6| Maria| Pitt|
+----+---------+---------+
```

Expand Down

0 comments on commit 340ae9f

Please sign in to comment.