Skip to content

Commit

Permalink
[Fix] stucture typo (#502)
Browse files Browse the repository at this point in the history
* fix structure typo

* fix structure typo
  • Loading branch information
kyzooghost authored Jan 9, 2025
1 parent 94f461a commit 10ca81f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/contracts/interfaces/l1/ILineaRollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ interface ILineaRollup {
}

/**
* @notice Data stucture for compressed blob data submission.
* @notice Data structure for compressed blob data submission.
* @dev submissionData The supporting data for blob data submission excluding the compressed data.
* @dev dataEvaluationClaim The data evaluation claim.
* @dev kzgCommitment The blob KZG commitment.
Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/test-contracts/LineaRollupV5.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ interface ILineaRollupV5 {
}

/**
* @notice Data stucture for compressed blob data submission.
* @notice Data structure for compressed blob data submission.
* @dev submissionData The supporting data for blob data submission excluding the compressed data.
* @dev dataEvaluationClaim The data evaluation claim.
* @dev kzgCommitment The blob KZG commitment.
Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/api/interfaces/l1/ILineaRollup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct ShnarfData {

### BlobSubmission

Data stucture for compressed blob data submission.
Data structure for compressed blob data submission.

_submissionData The supporting data for blob data submission excluding the compressed data.
dataEvaluationClaim The data evaluation claim.
Expand Down

0 comments on commit 10ca81f

Please sign in to comment.