Skip to content

Commit cc9d6be

Browse files
authored
Update overview.md
1 parent a44133f commit cc9d6be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/sequencing/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
```go
1010
// Sequencer is a generic interface for a sequencer
1111
type Sequencer interface {
12-
// SubmitBatchTxs submits a batch of transactions from to sequencer
12+
// SubmitBatchTxs submits a batch of transactions to sequencer
1313
// Id is the unique identifier for the chain
1414
// Batch is the batch of transactions to submit
1515
// returns an error if any from the sequencer

0 commit comments

Comments
 (0)