Merge pull request #45 from kemitix/fix-javadoc-typo

Fix typo in javadoc
This commit is contained in:
Paul Campbell 2018-09-01 06:43:39 +01:00 committed by GitHub
commit e1692fa6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,7 @@ public interface Result<T> extends Functor<T, Result<?>> {
* Reduce two Results of the same type into one using the reducing function provided.
*
* <p>If either Result is an error, then the reduce will return the error. If both are errors, then the error of
* {@link this} Result will be returned.</p>
* {@code this} Result will be returned.</p>
*
* @param identify the identify Result
* @param operator the function to combine the values the Results