From 07b2b4d83078d0fd260d5f0812e8d5a34d02b793 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 21 Aug 2019 10:17:27 +0200 Subject: doc up --- book/en/src/internals/access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src/internals/access.md') diff --git a/book/en/src/internals/access.md b/book/en/src/internals/access.md index 513cef1..a4c9ca0 100644 --- a/book/en/src/internals/access.md +++ b/book/en/src/internals/access.md @@ -21,7 +21,7 @@ This makes it impossible for the user code to refer to these static variables. Access to the resources is then given to each task using a `Resources` struct whose fields correspond to the resources the task has access to. There's one such struct per task and the `Resources` struct is initialized with either a -mutable reference (`&mut`) to the static variables or with a resource proxy (see +unique reference (`&mut-`) to the static variables or with a resource proxy (see section on [critical sections](critical-sections.html)). The code below is an example of the kind of source level transformation that -- cgit v1.2.3