diff --git a/src/main/java/gr/james/sampling/package-info.java b/src/main/java/gr/james/sampling/package-info.java
index 375a91c..07f7d3a 100644
--- a/src/main/java/gr/james/sampling/package-info.java
+++ b/src/main/java/gr/james/sampling/package-info.java
@@ -44,7 +44,9 @@
*
Overflow
* Related to the concept of precision, overflow refers to the situation where the precision has degraded into a
* non-recurrent state that would prevent the algorithm from behaving consistently. In these cases the implementation
- * will throw {@link gr.james.sampling.StreamOverflowException} to indicate this state.
+ * will throw {@link gr.james.sampling.StreamOverflowException} to indicate this state. Algorithms that are not prone to
+ * precision degrading will never throw {@code StreamOverflowException} and are marked ND in the implementation
+ * table below.
* Implementations
*