diff --git a/prism/src/jdd/JDD.java b/prism/src/jdd/JDD.java
index 6aa59bce..012d9f05 100644
--- a/prism/src/jdd/JDD.java
+++ b/prism/src/jdd/JDD.java
@@ -1063,6 +1063,10 @@ public class JDD
*
* This is the case if there is a single path to the ONE constant
* and exactly the variables of {@code vars} occur on the path.
+ *
+ * Note: The variables in {@code vars} have to sorted
+ * in increasing index order! Use JDDVars.sortByIndex() to achieve this
+ * if the ordering is not guaranteed by construction.
* @param dd the DD
* @param vars the variables
*/