Skip to content

Commit 0757d99

Browse files
siujamoCopilot
andauthored
docs: fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3607389 commit 0757d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuple/src/main/java/com/onixbyte/tuple/TriTuple.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.util.Objects;
2121

2222
/**
23-
* Represents an mutable triple of three elements, referred to as 'left', 'middle' and 'right'.
23+
* Represents a mutable triple of three elements, referred to as 'left', 'middle' and 'right'.
2424
* This class provides a way to group three values of different types.
2525
* <p>
2626
* The generic types {@code L}, {@code M} and {@code R} denote the types of the left, middle and

0 commit comments

Comments
 (0)