Skip to content

Commit b6eb4ec

Browse files
committed
fixes ProgrammingRust#20: doc: README.md typo: "Foreign Functions" is chapter 23
1 parent 30563da commit b6eb4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ terms of the MIT license. See [LICENSE-MIT](LICENSE-MIT) for details.
144144
Pointers” section to illustrate pointer arithmetic and `std::ptr::read` and
145145
`std::ptr::write`.
146146

147-
## Chapter 22: Foreign Functions
147+
## Chapter 23: Foreign Functions
148148

149149
- The `libgit2-rs` and `libgit2-rs-safe` directories contain the two versions of
150150
the program that uses Rust's foreign function interface to call functions from

0 commit comments

Comments
 (0)