Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit bfdb730

Browse files
committed
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>
1 parent 76f8f41 commit bfdb730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

API-Rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and there isn't a real need to create wrappers specifically for them.
4040
* [Version](#version)
4141
* [String Conversion](#string-conversion)
4242
* [uwr_write_str!](#uwr_write_str)
43-
6. [Function Handlers](#function-handlers)
43+
3. [Function Handlers](#function-handlers)
4444
* [Optional](#optional)
4545
- [luw_module_init_handler](#luw_module_init_handler)
4646
- [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.
5151
- [luw_request_handler](#luw_request_handler)
5252
- [luw_free_handler](#luw_free_handler)
5353
- [luw_malloc_handler](#luw_malloc_handler)
54-
7. [Functions](#functions)
54+
4. [Functions](#functions)
5555
* [UWR_CTX_INITIALIZER](#uwr_ctx_initializer)
5656
* [uwr_init_ctx](#uwr_init_ctx)
5757
* [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.
8484
* [uwr_http_send_headers](#uwr_http_send_headers)
8585
* [uwr_http_response_end](#uwr_http_response_end)
8686
* [uwr_mem_get_init_size](#uwr_mem_get_init_size)
87-
8. [Misc. Functions](#misc-functions)
87+
5. [Misc. Functions](#misc-functions)
8888
* [uwr_malloc](#uwr_malloc)
8989
* [uwr_free](#uwr_free)
9090

0 commit comments

Comments
 (0)