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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@ jsdiff's diff functions all take an old text and a new text and perform three st
186
186
187
187
* `parsePatch(diffStr)` - Parses a patch into structured data
188
188
189
-
Return a JSON object representation of the a patch, suitable for use with the `applyPatch` method. This parses to the same structure returned by `structuredPatch`.
189
+
Return a JSON object representation of the patch, suitable for use with the `applyPatch` method. This parses to the same structure returned by `structuredPatch`.
190
190
191
191
* `reversePatch(patch)` - Returns a new structured patch which when applied will undo the original `patch`.
0 commit comments