From 68bdea6a9d28bc7d5aeb27aefa3ecc491971a3bf Mon Sep 17 00:00:00 2001 From: dulanting Date: Tue, 28 Oct 2025 15:10:13 +0800 Subject: [PATCH] chore: fix wrong word in comment Signed-off-by: dulanting --- specs/protocol/isthmus/exec-engine.md | 2 +- specs/protocol/jovian/exec-engine.md | 2 +- specs/protocol/superchain-upgrades.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/protocol/isthmus/exec-engine.md b/specs/protocol/isthmus/exec-engine.md index 145410d00..0a2e52a71 100644 --- a/specs/protocol/isthmus/exec-engine.md +++ b/specs/protocol/isthmus/exec-engine.md @@ -278,7 +278,7 @@ of a transaction now includes the worst-case operator fee. `operatorFeeScalar` and `operatorFeeConstant` are loaded in a similar way to the `baseFeeScalar` and `blobBaseFeeScalar` used in the [`L1Fee`](../../protocol/exec-engine.md#ecotone-l1-cost-fee-changes-eip-4844-da). -calculation. In more detail, these parameters can be accessed in two interchangable ways. +calculation. In more detail, these parameters can be accessed in two interchangeable ways. - read from the deposited L1 attributes (`operatorFeeScalar` and `operatorFeeConstant`) of the current L2 block - read from the L1 Block Info contract (`0x4200000000000000000000000000000000000015`) diff --git a/specs/protocol/jovian/exec-engine.md b/specs/protocol/jovian/exec-engine.md index 5083a7ce0..a7edd9b7a 100644 --- a/specs/protocol/jovian/exec-engine.md +++ b/specs/protocol/jovian/exec-engine.md @@ -129,7 +129,7 @@ As a result, blocks with high DA usage may cause the base fee to increase in sub ### Scalar loading The `daFootprintGasScalar` is loaded in a similar way to the `operatorFeeScalar` and `operatorFeeConstant` -[included](../isthmus/exec-engine.md#operator-fee) in the Isthmus fork. It can be read in two interchangable ways: +[included](../isthmus/exec-engine.md#operator-fee) in the Isthmus fork. It can be read in two interchangeable ways: - read from the deposited L1 attributes (`daFootprintGasScalar`) of the current L2 block (decoded according to the [jovian schema](./l1-attributes.md)) diff --git a/specs/protocol/superchain-upgrades.md b/specs/protocol/superchain-upgrades.md index 9ebc49dc7..74ca1975f 100644 --- a/specs/protocol/superchain-upgrades.md +++ b/specs/protocol/superchain-upgrades.md @@ -103,7 +103,7 @@ The major/minor/patch versions should align with that of the upstream protocol t Users of the protocol can choose to implement custom support for the alternative ``, but may work out of the box if the major features are consistent with that of the upstream protocol version. -The 8 byte `` identifier may be presented as a string for human readability if the contents are alpha-numeric, +The 8 byte `` identifier may be presented as a string for human readability if the contents are alphanumeric, including `-` and `.`, as outlined in the [Semver] format specs. Trailing `0` bytes can be used for padding. It may be presented as `0x`-prefixed hex string otherwise.