fix the typo in developing-rust.md (#14098)
This commit is contained in:
parent
5788e75188
commit
deaa27fbdb
|
@ -31,7 +31,7 @@ to instruction helpers when making [cross-program
|
|||
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
|
||||
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.
|
||||
|
||||
- [Define the
|
||||
|
|
Loading…
Reference in New Issue