rename alternatives to adjustments
[scpubgit/DX.git] / lib / DX / Deparse.pm
index 228c1b0..ce3f177 100644 (file)
@@ -176,7 +176,7 @@ sub _fmt_scope {
 sub _fmt_searchstate {
   my ($self, $ss, $meta) = @_;
   $self->_fmt_object([
-    [ alternatives => '{...}' ],
+    [ adjustments_made => '{...}' ],
     [ current_hypothesis => $ss->current_hypothesis ],
   ], $meta);
 }