Skip to content

Commit a9cc058

Browse files
Simplify readme
1 parent 1de4582 commit a9cc058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ A Swift package for a type `Delta<Element>` with three cases:
1010

1111
This `Delta` type represents an inclusive OR relation: Either a source element is available, or a target element is available, or both are available.
1212
`Delta` behaves similar to `Optional`, but instead of representing 0 or 1 elements, it represents 1 or 2 elements.
13-
An alternative name for this type in some other languages is `These`.
1413

1514
## Implementation
1615

0 commit comments

Comments
 (0)