From 9725f2e3194c76a7a5dd4f227205ac52ce3562b1 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 5 Jan 2022 06:11:51 +0800 Subject: [PATCH] docs: Fix typo in proposal (#22282) --- docs/src/proposals/transactions-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/proposals/transactions-v2.md b/docs/src/proposals/transactions-v2.md index 99c744f832..c003a31612 100644 --- a/docs/src/proposals/transactions-v2.md +++ b/docs/src/proposals/transactions-v2.md @@ -62,7 +62,7 @@ pub const LOOKUP_TABLE_META_SIZE: usize = 56; pub struct LookupTableMeta { /// Lookup tables cannot be closed until the deactivation slot is /// no longer "recent" (not accessible in the `SlotHashes` sysvar). - pub ddeactivation_slot: Slot, + pub deactivation_slot: Slot, /// The slot that the table was last extended. Address tables may /// only be used to lookup addresses that were extended before /// the current bank's slot.