From 11912a070e6aa833f9ceccd5c7b62906ffb36385 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 1 Sep 2018 06:29:31 +0100 Subject: [PATCH] Fix typo in javadoc --- src/main/java/net/kemitix/mon/result/Result.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/kemitix/mon/result/Result.java b/src/main/java/net/kemitix/mon/result/Result.java index f746df2..c84a1ba 100644 --- a/src/main/java/net/kemitix/mon/result/Result.java +++ b/src/main/java/net/kemitix/mon/result/Result.java @@ -256,7 +256,7 @@ public interface Result extends Functor> { * Reduce two Results of the same type into one using the reducing function provided. * *

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.

+ * {@code this} Result will be returned.

* * @param identify the identify Result * @param operator the function to combine the values the Results