Browse Source

docs: Changed tutorial (#1005)

tomland123 3 years ago
parent
commit
9b5242ea97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/src/tutorials/tutorial-3.md

+ 1 - 1
docs/src/tutorials/tutorial-3.md

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