docs: Changed tutorial (#1005)

This commit is contained in:
tomland123 2021-11-13 10:43:15 -05:00 committed by GitHub
parent 468fe79473
commit 9b5242ea97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,4 +81,4 @@ Now that you can have your programs call other programs, you should be able to a
## Next Steps
Up until now, we've treated programs on Solana as stateless. In the next tutorial we will learn how to add a global state to our program.
We just covered Cross Program Invocation and showed how anchor can handle talking to multiple different programs in the solana ecosystem. In the next step, we will teach you how to handle errors and in Anchor.