Skip to content

Commit 5d12360

Browse files
authored
Update docs/_docs/reference/contextual/extension-methods.md
1 parent 27f4e30 commit 5d12360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/contextual/extension-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The following two rewritings are tried in order:
247247
1. The selection is rewritten to `m[Ts](e)` and typechecked, using the following
248248
slight modification of the name resolution rules:
249249

250-
- If `m` is imported by several imports which are all on the nesting level,
250+
- If `m` is imported by several imports which are all on the same nesting level,
251251
try each import as an extension method instead of failing with an ambiguity.
252252
If only one import leads to an expansion that typechecks without errors, pick
253253
that expansion. If there are several such imports, but only one import which is

0 commit comments

Comments
 (0)