Small punctuation fix (#22838)

This commit is contained in:
Justin Kat 2022-01-31 13:21:35 -05:00 committed by GitHub
parent d60dac9749
commit 29bf1e2529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: