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-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* Finds the differences between two objects
14
14
* Returns the differences in shape of an easily traversable tree structure
15
15
* Tells you everything there is to know about the detected changes
16
-
* Provides read and write access to the underlying objects, allowing you not only to extract the changes but even to apply the diff as a patch to any other instance
16
+
* Provides read and write access to the underlying objects, allowing you not only to extract the changed values but even to apply the diff as a patch
17
17
* Requires no changes to your existing classes (in most cases)
18
18
* Provides a very flexible configuration API to tailor everything to your needs
0 commit comments