diff --git a/src/propeller/problems/PSB2/find_pair.cljc b/src/propeller/problems/PSB2/find_pair.cljc index 8cefa7b..e6d4d1f 100644 --- a/src/propeller/problems/PSB2/find_pair.cljc +++ b/src/propeller/problems/PSB2/find_pair.cljc @@ -77,7 +77,7 @@ (math/abs (- (second correct-output) output-2))))) correct-outputs outputs-1 outputs-2)] (assoc individual - :behavior outputs + :behaviors outputs :errors errors :total-error #?(:clj (apply +' errors) :cljs (apply + errors)))))