We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c1d1b commit c1e2359Copy full SHA for c1e2359
enigma/src/main/java/org/quiltmc/enigma/util/Result.java
@@ -7,7 +7,7 @@
7
/**
8
* Represents the result of an operation which may or may not have been successful.
9
*
10
- * <p> A result holds either a value if type {@code T} which is the result of a successful operation,
+ * <p> A result holds either a value of type {@code T} which is the result of a successful operation,
11
* or an error of type {@code E} which is the result of a failed operation.
12
13
* @param <T> the value type held by a successful result
0 commit comments