diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-09-07 15:56:17 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-09-07 15:56:17 +0100 |
commit | bfdb7304cdbbc037abd397cd8ec5542168023f15 (patch) | |
tree | 25a8aeeff3ec42c073fc0e3c3e3f61ad2c564e72 /API-Rust.md | |
parent | 76f8f41487e361c00099a729dee2e293a4b713a5 (diff) | |
download | unit-wasm-bfdb7304cdbbc037abd397cd8ec5542168023f15.tar.gz unit-wasm-bfdb7304cdbbc037abd397cd8ec5542168023f15.tar.bz2 |
API-Rust.md: Fix section numbering
Must of got out of whack when editing it from the C version.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'API-Rust.md')
-rw-r--r-- | API-Rust.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/API-Rust.md b/API-Rust.md index 07d4b7f..b455c9f 100644 --- a/API-Rust.md +++ b/API-Rust.md @@ -40,7 +40,7 @@ and there isn't a real need to create wrappers specifically for them. * [Version](#version) * [String Conversion](#string-conversion) * [uwr_write_str!](#uwr_write_str) -6. [Function Handlers](#function-handlers) +3. [Function Handlers](#function-handlers) * [Optional](#optional) - [luw_module_init_handler](#luw_module_init_handler) - [luw_module_end_handler](#luw_module_end_handler) @@ -51,7 +51,7 @@ and there isn't a real need to create wrappers specifically for them. - [luw_request_handler](#luw_request_handler) - [luw_free_handler](#luw_free_handler) - [luw_malloc_handler](#luw_malloc_handler) -7. [Functions](#functions) +4. [Functions](#functions) * [UWR_CTX_INITIALIZER](#uwr_ctx_initializer) * [uwr_init_ctx](#uwr_init_ctx) * [uwr_set_req_buf](#uwr_set_req_buf) @@ -84,7 +84,7 @@ and there isn't a real need to create wrappers specifically for them. * [uwr_http_send_headers](#uwr_http_send_headers) * [uwr_http_response_end](#uwr_http_response_end) * [uwr_mem_get_init_size](#uwr_mem_get_init_size) -8. [Misc. Functions](#misc-functions) +5. [Misc. Functions](#misc-functions) * [uwr_malloc](#uwr_malloc) * [uwr_free](#uwr_free) |