rename alternatives to adjustments
[scpubgit/DX.git] / lib / DX / Step / ResolveProposition.pm
index 96fdc3a..17df581 100644 (file)
@@ -56,9 +56,9 @@ sub apply_to {
   my $ss = $old_ss->but(
     next_step => $ns,
     ($alt_step
-      ? (alternatives => [
-          [ $old_ss->current_hypothesis, $alt_step ],
-          @{$old_ss->alternatives}
+      ? (adjustments_made => [
+          [ $self, $old_ss->current_hypothesis ],
+          @{$old_ss->adjustments_made}
         ])
       : ()
     ),