Skip to content

Commit

Permalink
fixes ProgrammingRust#20: doc: README.md typo: "Foreign Functions" is…
Browse files Browse the repository at this point in the history
… chapter 23
  • Loading branch information
salewski committed Aug 14, 2022
1 parent 30563da commit b6eb4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6eb4ec

Please sign in to comment.