From d13a5056f14b1a98a5bbbb287714f2a86a5fa6a4 Mon Sep 17 00:00:00 2001 From: Artie Kushner <34076599+rtviii@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:04:38 -0800 Subject: [PATCH] Typo (#21898) Sentence grammatically incomplete. "Typo" --- docs/src/developing/programming-model/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/programming-model/runtime.md b/docs/src/developing/programming-model/runtime.md index 1ec9be6859..ee23df0b3e 100644 --- a/docs/src/developing/programming-model/runtime.md +++ b/docs/src/developing/programming-model/runtime.md @@ -41,7 +41,7 @@ The policy is as follows: - And if the account is writable. - And if the account is not executable. - Executable is one-way (false->true) and only the account owner may set it. -- No one modification to the rent_epoch associated with this account. +- No one can make modifications to the rent_epoch associated with this account. ## Compute Budget