Skip to content

Commit

Permalink
correct examples 5 and 6 in unapply logic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed Dec 13, 2024
1 parent 6a52eaf commit ec471b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sde_collections/models/README_UNAPPLY_LOGIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,28 +88,28 @@ Pattern: doc_type=DATA

### Case 5: Overlapping Patterns, Specific Deleted
```
Curated: division=ASTROPHYSICS (because of specific pattern)
Delta: division=ASTROPHYSICS (because of specific pattern)
Specific Pattern: division=ASTROPHYSICS
General Pattern: division=BIOLOGY
```
`[Specific Pattern: division=ASTROPHYSICS], deleted`

```
Curated: division=BIOLOGY (because of general pattern)
Delta: division=BIOLOGY (because of general pattern)
General Pattern: division=BIOLOGY
```


### Case 6: Overlapping Patterns, General Deleted
```
Curated: division=ASTROPHYSICS (because of specific pattern)
Delta: division=ASTROPHYSICS (because of specific pattern)
Specific Pattern: division=ASTROPHYSICS
General Pattern: division=BIOLOGY
```
`[General Pattern: division=BIOLOGY], deleted`

```
Curated: division=ASTROPHYSICS (because of specific pattern)
Delta: division=ASTROPHYSICS (because of specific pattern)
Specific Pattern: division=ASTROPHYSICS
```

Expand Down

0 comments on commit ec471b0

Please sign in to comment.