fix: typos (#91)

This commit is contained in:
omahs 2023-11-19 09:41:58 +01:00 committed by GitHub
parent 59eb7c2024
commit 4d4d9859a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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).