diff --git a/docs/docs/icicle/primitives/ntt.md b/docs/docs/icicle/primitives/ntt.md index 83afd41a3..967cc0e6a 100644 --- a/docs/docs/icicle/primitives/ntt.md +++ b/docs/docs/icicle/primitives/ntt.md @@ -117,7 +117,7 @@ template S get_root_of_unity(uint64_t max_size); Finally, release the domain to free up device memory when not required: ```cpp -template S get_root_of_unity(uint64_t max_size); +template eIcicleError ntt_release_domain(); ``` where