From 0c7ab0a1bb3e61ae9e2333b36349ad7e56cd82c9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 01:15:52 +0000 Subject: [PATCH] Update programming-faq.md (#12864) (#12865) Fix typo (cherry picked from commit b8f03c9b0f9b1f2ec2b5919e178aa6ead98d46bf) Co-authored-by: kemargrant --- docs/src/apps/programming-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/apps/programming-faq.md b/docs/src/apps/programming-faq.md index 974f2360ce..aa0be1bdbe 100644 --- a/docs/src/apps/programming-faq.md +++ b/docs/src/apps/programming-faq.md @@ -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: