docs: Fix grammar in Intro to Solana (#3384)

This commit is contained in:
Ezekiel Victor 2024-11-24 21:07:46 +01:00 committed by GitHub
parent 6d6b24a8f2
commit 6e340a0a58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fn transfer(accounts, lamports) {
}
```
Take a moment to guess would happen if the user passed in a `from` account that was not owned by the system program!
Take a moment to guess what would happen if the user passed in a `from` account that was not owned by the system program!
...