From 29bf1e25297972b1e9c3a1fd7deb25948c9fcebf Mon Sep 17 00:00:00 2001 From: Justin Kat <601027+Jkat@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:21:35 -0500 Subject: [PATCH] Small punctuation fix (#22838) --- .../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 9de6b5309..1157e0553 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: