Skip to content

Commit 10ca81f

Browse files
authored
[Fix] stucture typo (#502)
* fix structure typo * fix structure typo
1 parent 94f461a commit 10ca81f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/contracts/interfaces/l1/ILineaRollup.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ interface ILineaRollup {
6767
}
6868

6969
/**
70-
* @notice Data stucture for compressed blob data submission.
70+
* @notice Data structure for compressed blob data submission.
7171
* @dev submissionData The supporting data for blob data submission excluding the compressed data.
7272
* @dev dataEvaluationClaim The data evaluation claim.
7373
* @dev kzgCommitment The blob KZG commitment.

contracts/contracts/test-contracts/LineaRollupV5.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ interface ILineaRollupV5 {
14041404
}
14051405

14061406
/**
1407-
* @notice Data stucture for compressed blob data submission.
1407+
* @notice Data structure for compressed blob data submission.
14081408
* @dev submissionData The supporting data for blob data submission excluding the compressed data.
14091409
* @dev dataEvaluationClaim The data evaluation claim.
14101410
* @dev kzgCommitment The blob KZG commitment.

contracts/docs/api/interfaces/l1/ILineaRollup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct ShnarfData {
6363

6464
### BlobSubmission
6565

66-
Data stucture for compressed blob data submission.
66+
Data structure for compressed blob data submission.
6767

6868
_submissionData The supporting data for blob data submission excluding the compressed data.
6969
dataEvaluationClaim The data evaluation claim.

0 commit comments

Comments
 (0)