Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Aug 8, 2024
1 parent 9b56bc5 commit f241bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-core-primitives/src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl PieceObject {
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "serde", serde(rename_all = "camelCase"))]
pub struct PieceObjectMapping {
/// Objects stored inside of the block
/// Objects stored inside of the piece
pub objects: Vec<PieceObject>,
}

Expand Down

0 comments on commit f241bd7

Please sign in to comment.