From 9b5242ea97849de6022cd9e51bad40fb4a7e265c Mon Sep 17 00:00:00 2001 From: tomland123 Date: Sat, 13 Nov 2021 10:43:15 -0500 Subject: [PATCH] docs: Changed tutorial (#1005) --- docs/src/tutorials/tutorial-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/tutorial-3.md b/docs/src/tutorials/tutorial-3.md index 10431ccb2..73cf05bd5 100644 --- a/docs/src/tutorials/tutorial-3.md +++ b/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. \ No newline at end of file