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 3607389 commit 0757d99Copy full SHA for 0757d99
tuple/src/main/java/com/onixbyte/tuple/TriTuple.java
@@ -20,7 +20,7 @@
20
import java.util.Objects;
21
22
/**
23
- * Represents an mutable triple of three elements, referred to as 'left', 'middle' and 'right'.
+ * Represents a mutable triple of three elements, referred to as 'left', 'middle' and 'right'.
24
* This class provides a way to group three values of different types.
25
* <p>
26
* The generic types {@code L}, {@code M} and {@code R} denote the types of the left, middle and
0 commit comments