Skip to content

Commit ec471b0

Browse files
committed
correct examples 5 and 6 in unapply logic readme
1 parent 6a52eaf commit ec471b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sde_collections/models/README_UNAPPLY_LOGIC.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,28 +88,28 @@ Pattern: doc_type=DATA
8888

8989
### Case 5: Overlapping Patterns, Specific Deleted
9090
```
91-
Curated: division=ASTROPHYSICS (because of specific pattern)
91+
Delta: division=ASTROPHYSICS (because of specific pattern)
9292
Specific Pattern: division=ASTROPHYSICS
9393
General Pattern: division=BIOLOGY
9494
```
9595
`[Specific Pattern: division=ASTROPHYSICS], deleted`
9696

9797
```
98-
Curated: division=BIOLOGY (because of general pattern)
98+
Delta: division=BIOLOGY (because of general pattern)
9999
General Pattern: division=BIOLOGY
100100
```
101101

102102

103103
### Case 6: Overlapping Patterns, General Deleted
104104
```
105-
Curated: division=ASTROPHYSICS (because of specific pattern)
105+
Delta: division=ASTROPHYSICS (because of specific pattern)
106106
Specific Pattern: division=ASTROPHYSICS
107107
General Pattern: division=BIOLOGY
108108
```
109109
`[General Pattern: division=BIOLOGY], deleted`
110110

111111
```
112-
Curated: division=ASTROPHYSICS (because of specific pattern)
112+
Delta: division=ASTROPHYSICS (because of specific pattern)
113113
Specific Pattern: division=ASTROPHYSICS
114114
```
115115

0 commit comments

Comments
 (0)