Skip to content

Commit 5e3540f

Browse files
author
Aaron Tull
committed
Merge pull request #3575 from ItsPriyesh/Fix-typo-in-CompositeException-documentation
Fix typo in CompositeException documentation
2 parents 8602550 + 375f8d5 commit 5e3540f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/exceptions/CompositeException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* Represents an exception that is a composite of one or more other exceptions. A {@code CompositeException}
3030
* does not modify the structure of any exception it wraps, but at print-time it iterates through the list of
31-
* Throwables contained in the composit in order to print them all.
31+
* Throwables contained in the composite in order to print them all.
3232
*
3333
* Its invariant is to contain an immutable, ordered (by insertion order), unique list of non-composite
3434
* exceptions. You can retrieve individual exceptions in this list with {@link #getExceptions()}.

0 commit comments

Comments
 (0)