From 8531fd85e996fb28f3ba196759e6c3b3ed750027 Mon Sep 17 00:00:00 2001 From: Bartosz Zbytniewski <50180524+devzbysiu@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:57:47 +0100 Subject: [PATCH] fix: typo --- src/fifth-stacked-borrows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fifth-stacked-borrows.md b/src/fifth-stacked-borrows.md index bad62ef..20e7cd4 100644 --- a/src/fifth-stacked-borrows.md +++ b/src/fifth-stacked-borrows.md @@ -86,7 +86,7 @@ let ref2 = &mut *ref1; println!("{}", data); ``` -The compiles and runs fine. What's the deal? +The code compiles and runs fine. What's the deal? Well we can see what's going on by swapping the two uses: