cubing 0.35.8 → 0.35.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5466,7 +5466,7 @@ function getConfigFromURL(prefix = "", url = location.href) {
5466
5466
  var NBSP = "\xA0";
5467
5467
  var METRIC_EXPLANATIONS = {
5468
5468
  ["OBTM" /* OuterBlockTurnMetric */]: 'OBTM ("Outer Block Turn Metric"): rotations count as 0 turns, outer block turns count as 1 turn, slices count as 2 turns',
5469
- ["RBTM" /* RangeBlockTurnMetric */]: 'RBTM ("Range Block Turn Metric"): rotations count as 0 turns, outer block turns and inner block turns (slices or slice ranges) count as 1 turn',
5469
+ ["RBTM" /* RangeBlockTurnMetric */]: 'RBTM ("Range Block Turn Metric"): rotations count as 0 turns, outer block turns and inner block moves (slices or slice ranges) count as 1 turn',
5470
5470
  ["ETM" /* ExecutionTurnMetric */]: 'ETM ("Outer Block Turn Metric"): all moves (including rotations) count as 1 turn'
5471
5471
  };
5472
5472
  var TwizzleLink = class extends ManagedCustomElement {