Skip to content

Commit

Permalink
Fix doc comment (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay authored Jul 19, 2023
1 parent badb8f9 commit b8521c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunscreen/src/zkp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ thread_local! {

/**
* Runs the specified closure, injecting the current
* [`fhe_program`](crate::fhe_program) context.
* [`zkp_program`](crate::zkp_program) context.
*/
pub fn with_zkp_ctx<F, R>(f: F) -> R
where
Expand Down

0 comments on commit b8521c7

Please sign in to comment.