diff --git a/docs/quest-data/185-assembly.json b/docs/quest-data/185-assembly.json
index 610f8e4..8a432ad 100644
--- a/docs/quest-data/185-assembly.json
+++ b/docs/quest-data/185-assembly.json
@@ -40,7 +40,7 @@
"return a Church numeral representing the binary number stored in the list, little endian.",
" E.g. (cons false (cons true (cons true nil))) should return 6.
Empty list should return 0.
", - "Usual conventions apply: cons = V = x->y->f x y, nil = KI,",
+ "
Usual conventions apply: cons = V = x->y->f->f x y, nil = KI,",
"true = K, false = KI.