We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nargo prove
1 parent c75d0c5 commit 2829af1Copy full SHA for 2829af1
crates/nargo/src/cli/prove_cmd.rs
@@ -17,7 +17,7 @@ use crate::{
17
errors::CliError,
18
};
19
20
-// Create proof for this program. The proof is returned as a hex encoded string.
+/// Create proof for this program. The proof is returned as a hex encoded string.
21
#[derive(Debug, Clone, Args)]
22
pub(crate) struct ProveCommand {
23
/// The name of the proof
0 commit comments