Skip to content

Commit 19226b7

Browse files
fixed value issue
1 parent 22bca70 commit 19226b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/DataValidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Data Validation Utility can be used to check if there are any duplicate valu
1212

1313
## How This Works
1414

15-
This utility first runs the sql query and then uses functionality from pandas to check if there are duplicate records.<br>
15+
This utility first runs the SQL query and then uses functionality from pandas to check if there are duplicate records.<br>
1616
If duplicate records are detected, then it will remove them and re-run the query to replace the dropped records.
1717

1818
## Using the Data Validation Utility

0 commit comments

Comments
 (0)