Update programming-faq.md (#12864) (#12865)

Fix typo

(cherry picked from commit b8f03c9b0f)

Co-authored-by: kemargrant <kemargrant@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-14 01:15:52 +00:00
committed by GitHub
parent 3d8ccbc079
commit 0c7ab0a1bb

View File

@ -57,7 +57,7 @@ that you are calling.
This program error can occur while trying to deserialize the instruction, check
that the structure passed in matches exactly the instruction. There may be some
padding between fields. If the program implements the Rust `Pack` trait then ry
padding between fields. If the program implements the Rust `Pack` trait then try
packing and unpacking the instruction type `T` to determine the exact encoding
the program expects: