diff --git a/tuple/src/main/java/com/onixbyte/tuple/TriTuple.java b/tuple/src/main/java/com/onixbyte/tuple/TriTuple.java index 78c867b..3f0ffe1 100644 --- a/tuple/src/main/java/com/onixbyte/tuple/TriTuple.java +++ b/tuple/src/main/java/com/onixbyte/tuple/TriTuple.java @@ -20,7 +20,7 @@ package com.onixbyte.tuple; import java.util.Objects; /** - * 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'. * This class provides a way to group three values of different types. *

* The generic types {@code L}, {@code M} and {@code R} denote the types of the left, middle and