fix: typos (#91)
This commit is contained in:
parent
59eb7c2024
commit
4d4d9859a2
|
@ -94,7 +94,7 @@ If run with the `--program-name` option, expand only the given program.
|
|||
|
||||
The `idl` subcommand provides commands for interacting with interface definition files.
|
||||
It's recommended to use these commands to store an IDL on chain, at a deterministic
|
||||
address, as a function of nothing but the the program's ID. This
|
||||
address, as a function of nothing but the program's ID. This
|
||||
allows us to generate clients for a program using nothing but the program ID.
|
||||
|
||||
### Idl Init
|
||||
|
|
|
@ -5,4 +5,4 @@ This guide assumes that you already have some knowledge of basic Rust. We recomm
|
|||
|
||||
## Solana
|
||||
|
||||
The next chapter explains some of the basic concepts required to make it through this book. That said, our intro chapter currently only briefly covers the basics, so we also recommend checking out the the official [Solana developers page](https://solana.com/developers).
|
||||
The next chapter explains some of the basic concepts required to make it through this book. That said, our intro chapter currently only briefly covers the basics, so we also recommend checking out the official [Solana developers page](https://solana.com/developers).
|
||||
|
|
Loading…
Reference in New Issue