From 63dcc1c922f3ce31c6d6ca6412a4b2aa76125026 Mon Sep 17 00:00:00 2001 From: "agentmarketbot (aider)" Date: Tue, 17 Dec 2024 09:44:30 +0000 Subject: [PATCH] docs: Update chapter number for "Foreign Functions" to 23 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d5b133..5f65acf 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details. Pointers” section to illustrate pointer arithmetic and `std::ptr::read` and `std::ptr::write`. -## Chapter 22: Foreign Functions +## Chapter 23: Foreign Functions - The `libgit2-rs` and `libgit2-rs-safe` directories contain the two versions of the program that uses Rust's foreign function interface to call functions from