summaryrefslogtreecommitdiff
path: root/09-implicit-parameters-and-views.md
diff options
context:
space:
mode:
Diffstat (limited to '09-implicit-parameters-and-views.md')
-rw-r--r--09-implicit-parameters-and-views.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/09-implicit-parameters-and-views.md b/09-implicit-parameters-and-views.md
index 5f41d25e34..845d21e579 100644
--- a/09-implicit-parameters-and-views.md
+++ b/09-implicit-parameters-and-views.md
@@ -264,7 +264,7 @@ Views are applied in three situations.
such a view is found, the expression $e$ is converted to
`$v$($e$)`.
1. In a selection $e.m$ with $e$ of type $T$, if the selector $m$ does
- not denote a member of $T$. In this case, a view $v$ is searched
+ not denote an accessible member of $T$. In this case, a view $v$ is searched
which is applicable to $e$ and whose result contains a member named
$m$. The search proceeds as in the case of implicit parameters, where
the implicit scope is the one of $T$. If such a view is found, the