Skip to content

Commit

Permalink
Update full-stack-solana-development.md (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmigi authored Oct 17, 2024
1 parent b322491 commit 4bd49e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/getstarted/full-stack-solana-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ pub struct Counter {
Make sure you go over the comments!
The `initialize` instruction instruction does only one this: it creates a new
The `initialize` instruction does only one thing: it creates a new
account of the `Counter` type. To do this, we need to know who's paying, details
of the account we're creating like the space and the address, and which program
to use to create the account.
Expand Down

0 comments on commit 4bd49e2

Please sign in to comment.