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: