Skip to content

Commit

Permalink
docs: match statement
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Feb 7, 2025
1 parent 3316255 commit 0d8c25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/polka-storage-proofs/src/post/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub type PoStParameters = groth16::MappedParameters<Bls12>;
///
/// Underlying `rust-fil-proofs` functions used for proving are generic.
/// Those generics are dependant on the sector size.
/// This macro avoids the boilerplate of writing a `match` expression every time we need to use `rust-fil-proofs`.
/// This macro avoids the boilerplate of writing a `match` statement every time we need to use `rust-fil-proofs`.
///
/// # Examples
///
Expand Down

0 comments on commit 0d8c25e

Please sign in to comment.