Skip to content

Commit 365c2c4

Browse files
committed
fix typos from branch doc
2 parents c9863ff + 3b5eb74 commit 365c2c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Diff.CompareString
3131
@ExplicitColumnName TINYINT = 1,
3232
-- optional, set default value 1 to compare column name(s)
3333
@CompareData TINYINT = 1
34-
-- optionalset default valueet 1 to reorder data rows and compare the difference
34+
-- optional, set default value 1 to reorder data rows and compare the difference
3535
```
3636
#### Output
3737
- An `INT`, a sum of error values
@@ -55,7 +55,7 @@ Diff.Compare
5555
@ExplicitColumnName TINYINT = 1,
5656
-- optional, set default value 1 to compare column name(s)
5757
@CompareData TINYINT = 1
58-
-- optionalset default valueet 1 to reorder data rows and compare the difference
58+
-- optional, set default valueet 1 to reorder data rows and compare the difference
5959
```
6060
#### Output
6161
- An `INT`, a sum of error values

0 commit comments

Comments
 (0)