From 497b6c152f8f56dae1d47ad01720e52f1fe981e2 Mon Sep 17 00:00:00 2001 From: Zahin Mohammad Date: Sat, 4 Sep 2021 12:48:10 -0400 Subject: [PATCH] docs: fix typo (#19641) --- docs/src/developing/programming-model/runtime.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/developing/programming-model/runtime.md b/docs/src/developing/programming-model/runtime.md index 700a6219c5..1ec9be6859 100644 --- a/docs/src/developing/programming-model/runtime.md +++ b/docs/src/developing/programming-model/runtime.md @@ -98,8 +98,8 @@ At runtime a program may log how much of the compute budget remains. See [debugging](developing/on-chain-programs/debugging.md#monitoring-compute-budget-consumption) for more information. -The budget values are conditional on feature enablement, take a look the compute -budget's +The budget values are conditional on feature enablement, take a look at the +compute budget's [new](https://github.com/solana-labs/solana/blob/d3a3a7548c857f26ec2cb10e270da72d373020ec/sdk/src/process_instruction.rs#L97) function to find out how the budget is constructed. An understanding of how [features](runtime.md#features) work and what features are enabled on the