From 765c5a402db42f9389b9db2f07bdcb6e896ced5f Mon Sep 17 00:00:00 2001 From: Kai Schmidt Date: Sat, 28 Dec 2024 12:52:41 -0800 Subject: [PATCH] add some more to even more stack manip tutorial --- site/src/other_tutorial.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/other_tutorial.rs b/site/src/other_tutorial.rs index 566f8be58..fb88b6437 100644 --- a/site/src/other_tutorial.rs +++ b/site/src/other_tutorial.rs @@ -317,6 +317,7 @@ fn EvenMoreStack() -> impl IntoView {

"For a simpler example, we can use "" with "" to call a function on a value further down the stack."

+

"This leaves the output of the function on ""top"" of the stack, and leaves the input to the function alone, unlike "" would."