docs: fix typo (#19641)
This commit is contained in:
parent
333e5a9446
commit
497b6c152f
|
@ -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)
|
[debugging](developing/on-chain-programs/debugging.md#monitoring-compute-budget-consumption)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
The budget values are conditional on feature enablement, take a look the compute
|
The budget values are conditional on feature enablement, take a look at the
|
||||||
budget's
|
compute budget's
|
||||||
[new](https://github.com/solana-labs/solana/blob/d3a3a7548c857f26ec2cb10e270da72d373020ec/sdk/src/process_instruction.rs#L97)
|
[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
|
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
|
[features](runtime.md#features) work and what features are enabled on the
|
||||||
|
|
Loading…
Reference in New Issue