fix the typo in developing-rust.md (#14098)

This commit is contained in:
Yihau Chen 2020-12-14 09:21:17 +08:00 committed by GitHub
parent 5788e75188
commit deaa27fbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ to instruction helpers when making [cross-program
invocations](developing/../../programming-model/calling-between-programs.md#cross-program-invocations). invocations](developing/../../programming-model/calling-between-programs.md#cross-program-invocations).
When doing so it's important to not pull in the dependent program's entrypoint When doing so it's important to not pull in the dependent program's entrypoint
symbols because they may conflict with the program's own. To avoid this symbols because they may conflict with the program's own. To avoid this
,programs should define an `exclude_entrypoint` feature in `Cargo.toml`j and use ,programs should define an `exclude_entrypoint` feature in `Cargo.toml` and use
to exclude the entrypoint. to exclude the entrypoint.
- [Define the - [Define the