Fix a name we changed but missed a spot

Fixes #336.
This commit is contained in:
Carol (Nichols || Goulding) 2016-11-27 11:29:43 -05:00
parent fbde6631aa
commit 09fe24c7f6

View File

@ -275,7 +275,7 @@ errors, then compile to see if youre right and use the privacy rules to
understand why.
* What if the `inside` module was public?
* What if `outside` was public and `inside` was private?
* What if `outermost` was public and `inside` was private?
* What if, in the body of `inner_function`, you called
`::outermost::middle_secret_function()`? (The two colons at the beginning
mean that we want to refer to the namespaces starting from the root