From 2b111cd6316717941bbefea4cca569ae59b83872 Mon Sep 17 00:00:00 2001 From: Steve James <0x2t1ff@gmail.com> Date: Sun, 23 Jan 2022 16:46:19 +0100 Subject: [PATCH] fix typo in docs (#22690) --- 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