From 6e340a0a5872a7a4bd2810b1bcce6cf5999f965c Mon Sep 17 00:00:00 2001 From: Ezekiel Victor <102771161+McEazy2700@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:07:46 +0100 Subject: [PATCH] docs: Fix grammar in Intro to Solana (#3384) --- docs/src/pages/docs/intro-to-solana.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/docs/intro-to-solana.md b/docs/src/pages/docs/intro-to-solana.md index aeb0f4e55c..1f757283eb 100644 --- a/docs/src/pages/docs/intro-to-solana.md +++ b/docs/src/pages/docs/intro-to-solana.md @@ -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! ...