From 92543a3f920892bbd8aa52d03cf1f29a961368d2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 10:50:45 -0700 Subject: [PATCH] fix typo in docs (#22690) (#22691) (cherry picked from commit 2b111cd6316717941bbefea4cca569ae59b83872) Co-authored-by: Steve James <0x2t1ff@gmail.com> --- docs/src/developing/programming-model/transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/programming-model/transactions.md b/docs/src/developing/programming-model/transactions.md index efb60e879d..e1a5c32f5f 100644 --- a/docs/src/developing/programming-model/transactions.md +++ b/docs/src/developing/programming-model/transactions.md @@ -150,7 +150,7 @@ found in the [Accounts](accounts.md) section. ### Instruction data -Each instruction caries a general purpose byte array that is passed to the +Each instruction carries a general purpose byte array that is passed to the program along with the accounts. The contents of the instruction data is program specific and typically used to convey what operations the program should perform, and any additional information those operations may need above and