Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit c575cbf

Browse files
committed
Update README
1 parent 6bca6bd commit c575cbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ let changes = diff(old: old, new: new)
7272

7373
Model must conform to `DiffAware` protocol for DeepDiff to work. An model needs to be uniquely identified via `diffId` to tell if there have been any insertions or deletions. In case of same `diffId`, `compareContent` is used to check if any properties have changed, this is for replacement changes.
7474

75-
It needs `diffId` to tell changes about insertions and deletions, and `comparing` to tell if a model really changes for replacement and movement.
76-
7775
```swift
7876
public protocol DiffAware {
7977
var diffId: Int { get }

0 commit comments

Comments
 (0)