From c0f1ffb9d325310ed86553a1ac03f038435ab1a9 Mon Sep 17 00:00:00 2001 From: bji Date: Wed, 26 Oct 2022 12:07:35 -0700 Subject: [PATCH] Minor typo fix. (#28583) --- docs/src/proposals/versioned-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/proposals/versioned-transactions.md b/docs/src/proposals/versioned-transactions.md index 07262b070..b51c772af 100644 --- a/docs/src/proposals/versioned-transactions.md +++ b/docs/src/proposals/versioned-transactions.md @@ -149,7 +149,7 @@ pub struct Message { // constructed from the concatenation of three key lists: // 1) message `account_keys` // 2) ordered list of keys loaded from address table `writable_indexes` - // 3) ordered list of keys loaded from address table `readable_indexes` + // 3) ordered list of keys loaded from address table `readonly_indexes` #[serde(with = "short_vec")] pub instructions: Vec,