Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KDoc of Either's combine method (#3486)
Either.combine's method description contains an error. It states: "... otherwise it returns the `this` or fallbacks to [other] in case `this` is [Left]" But the opposite is true: it returns this if this is Left and other if other is Left.
- Loading branch information