From ff3dcf2fcf7983981391f69d2e38178e5ee0af20 Mon Sep 17 00:00:00 2001 From: Konrad Stepniak Date: Thu, 6 Feb 2025 16:36:40 +0100 Subject: [PATCH] docs: match statement --- lib/polka-storage-proofs/src/post/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/polka-storage-proofs/src/post/mod.rs b/lib/polka-storage-proofs/src/post/mod.rs index 0f8c4be3..3a1dfade 100644 --- a/lib/polka-storage-proofs/src/post/mod.rs +++ b/lib/polka-storage-proofs/src/post/mod.rs @@ -28,7 +28,7 @@ pub type PoStParameters = groth16::MappedParameters; /// /// 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 ///