Skip to content

Commit

Permalink
fix the typo in developing-rust.md (solana-labs#14098)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Dec 14, 2020
1 parent 5788e75 commit deaa27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developing/deployed-programs/developing-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deaa27f

Please sign in to comment.