Skip to content

Commit 98bb872

Browse files
oderskybishabosha
andauthored
Apply suggestions from code review
Co-authored-by: Jamie Thompson <[email protected]>
1 parent e144d9b commit 98bb872

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
@@ -227,7 +227,7 @@ The precise rules for resolving a selection to an extension method are as follow
227227
Assume a selection `e.m[Ts]` where `m` is not a member of `e`, where the type arguments `[Ts]` are optional, and where `T` is the expected type.
228228
The following two rewritings are tried in order:
229229

230-
1. The selection is rewritten to m[Ts](e)`.
230+
1. The selection is rewritten to `m[Ts](e)`.
231231
2. If the first rewriting does not typecheck with expected type `T`,
232232
and there is an extension method `m` in some eligible object `o`, the selection is rewritten to `o.m[Ts](e)`. An object `o` is _eligible_ if
233233

0 commit comments

Comments
 (0)