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.
2 parents 8602550 + 375f8d5 commit 5e3540fCopy full SHA for 5e3540f
src/main/java/rx/exceptions/CompositeException.java
@@ -28,7 +28,7 @@
28
/**
29
* Represents an exception that is a composite of one or more other exceptions. A {@code CompositeException}
30
* 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.
+ * Throwables contained in the composite in order to print them all.
32
*
33
* Its invariant is to contain an immutable, ordered (by insertion order), unique list of non-composite
34
* exceptions. You can retrieve individual exceptions in this list with {@link #getExceptions()}.
0 commit comments