docs: fix typo in OpReceiptBuilder comment (#17540)

This commit is contained in:
David Klank
2025-07-21 21:11:34 +03:00
committed by GitHub
parent 566ff51d04
commit 1eff10d871

View File

@@ -295,7 +295,7 @@ impl OpReceiptBuilder {
Ok(Self { core_receipt, op_receipt_fields })
}
/// Builds [`OpTransactionReceipt`] by combing core (l1) receipt fields and additional OP
/// Builds [`OpTransactionReceipt`] by combining core (l1) receipt fields and additional OP
/// receipt fields.
pub fn build(self) -> OpTransactionReceipt {
let Self { core_receipt: inner, op_receipt_fields } = self;