@dedot/chaintypes 0.141.0 → 0.143.0

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.
@@ -79,7 +79,7 @@ export interface RuntimeApis<Rv extends RpcVersion> extends GenericRuntimeApis<R
79
79
  /**
80
80
  * Whether it is legal to extend the chain, assuming the given block is the most
81
81
  * recently included one as-of the relay parent that will be built against, and
82
- * the given slot.
82
+ * the given relay chain slot.
83
83
  *
84
84
  * This should be consistent with the logic the runtime uses when validating blocks to
85
85
  * avoid issues.