[Fix] stucture typo (#502)

* fix structure typo

* fix structure typo
This commit is contained in:
kyzooghost
2025-01-09 20:12:15 +11:00
committed by GitHub
parent 94f461a70d
commit 10ca81f6e6
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.