Skip to content

Commit c1e2359

Browse files
fix typo
1 parent 50c1d1b commit c1e2359

File tree

1 file changed

+1
-1
lines changed
  • enigma/src/main/java/org/quiltmc/enigma/util

1 file changed

+1
-1
lines changed

enigma/src/main/java/org/quiltmc/enigma/util/Result.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Represents the result of an operation which may or may not have been successful.
99
*
10-
* <p> A result holds either a value if type {@code T} which is the result of a successful operation,
10+
* <p> A result holds either a value of type {@code T} which is the result of a successful operation,
1111
* or an error of type {@code E} which is the result of a failed operation.
1212
*
1313
* @param <T> the value type held by a successful result

0 commit comments

Comments
 (0)