From 6c47a989453481354e9f63ef3c9e7e7e34b92a89 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:48:16 +0000 Subject: [PATCH] Small punctuation fix (#22838) (#22849) (cherry picked from commit 29bf1e25297972b1e9c3a1fd7deb25948c9fcebf) Co-authored-by: Justin Kat <601027+Jkat@users.noreply.github.com> --- .../developing/programming-model/calling-between-programs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/programming-model/calling-between-programs.md b/docs/src/developing/programming-model/calling-between-programs.md index 9de6b53099..1157e05534 100644 --- a/docs/src/developing/programming-model/calling-between-programs.md +++ b/docs/src/developing/programming-model/calling-between-programs.md @@ -286,7 +286,7 @@ Note that the address generated using `create_program_address` is not guaranteed to be a valid program address off the curve. For example, let's assume that the seed `"escrow2"` does not generate a valid program address. -To generate a valid program address using `"escrow2` as a seed, use +To generate a valid program address using `"escrow2"` as a seed, use `find_program_address`, iterating through possible bump seeds until a valid combination is found. The preceding example becomes: