Skip to content

Commit 3fe630e

Browse files
committed
fix doclink
1 parent 62af66e commit 3fe630e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/remote-prover/src/server/prover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl Prover {
3131
}
3232
}
3333

34-
/// Proves a [`ProofRequest`] using the appropriate prover implementation as specified during
34+
/// Proves a [`proto::ProofRequest`] using the appropriate prover implementation as specified during
3535
/// construction.
3636
pub fn prove(&self, request: proto::ProofRequest) -> Result<proto::Proof, tonic::Status> {
3737
match self {

0 commit comments

Comments
 (0)