aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-04-13 22:30:41 -0700
committerGarrett D'Amore <garrett@damore.org>2025-04-13 22:30:41 -0700
commit32c1bd25c1f3377d847c7e50ec5558a684ae5293 (patch)
treeb37d063d520245cda21f9170a79c5c0a120b5ce6 /docs
parent9a6c330d3b29eb921704c3b732c275d064ebd4c2 (diff)
downloadnng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.tar.gz
nng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.tar.bz2
nng-32c1bd25c1f3377d847c7e50ec5558a684ae5293.zip
docs: Fix reference to nng_fini
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/api/init.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/api/init.md b/docs/ref/api/init.md
index 09708d28..e26b2904 100644
--- a/docs/ref/api/init.md
+++ b/docs/ref/api/init.md
@@ -68,7 +68,7 @@ The following parameters are present:
## Finalization
```c
-extern void nng_init(nng_init_parms *params);
+extern void nng_fini(void);
```
When the consumer is ready to deallocate any resoures allocated by the library, it should call