Skip to content

Commit 356bb72

Browse files
committed
Minor improvements to docs
1 parent 4293300 commit 356bb72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/fs/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
//! - Proof verification: [`FoldingSchemeVerifier`]
2323
//! - `circuits/`: In-circuit (partial / full) gadgets, mainly for verification.
2424
//! - `instances/`: Instance types.
25+
//! - `keys/`: Key types.
2526
//! - `witnesses/`: Witness types.
2627
2728
pub mod definitions;

crates/primitives/src/circuits/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub trait FCircuit {
9696
///
9797
/// ### Tips
9898
///
99-
/// - Since this method uses `self`, the implementation store some (fixed)
99+
/// - Since this method uses `self`, the implementation can store some fixed
100100
/// info that is shared across all steps inside `self`.
101101
/// - Variables in the implementation should be allocated as witnesses (not
102102
/// public inputs) in the implementation.

0 commit comments

Comments
 (0)