You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -631,7 +631,7 @@ This returns the change stats once completed.
631
631
The options parameter can be either a standard output (console, null), a string filename, a URL or an OutputOptions.
632
632
633
633
Note that it can throw the UnorderedStreamsError exception if it detects that the streams are not properly ordered by the specified keys.
634
-
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys wich violates the primary keys specified in the options.
634
+
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys which violates the primary keys specified in the options.
635
635
636
636
### DifferContext methods
637
637
@@ -666,14 +666,14 @@ This returns the change stats once completed.
666
666
The options parameter can be either a standard output (console, null), a string filename, a URL or an OutputOptions.
667
667
668
668
Note that it can throw the UnorderedStreamsError exception if it detects that the streams are not properly ordered by the specified keys.
669
-
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys wich violates the primary keys specified in the options.
669
+
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys which violates the primary keys specified in the options.
670
670
671
671
#### diffs
672
672
673
673
Enumerates the differences between the old and new sources.
674
674
675
675
Note that it can throw the UnorderedStreamsError exception if it detects that the streams are not properly ordered by the specified keys.
676
-
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys wich violates the primary keys specified in the options.
676
+
Note that it can throw the UniqueKeyViolationError exception if it detects that a stream has duplicate keys which violates the primary keys specified in the options.
0 commit comments