Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Feb 1, 2019
1 parent a1ffafc commit 23a5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/contextual/conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An implicit conversion is applied automatically by the compiler in three situati

1. If an expression `e` has type `T`, and `T` does not conform to the expression's expected type `S`.
2. In a selection `e.m` with `e` of type `T`, but `T` defines no member `m`.
3. In an application `e.m(args)` with `e` of type `T`, if ``T` does define
3. In an application `e.m(args)` with `e` of type `T`, if `T` does define
some member(s) named `m`, but none of these members can be applied to the arguments `args`.

In the first case, the compiler looks in the implied scope for a an instance of
Expand Down

0 comments on commit 23a5f42

Please sign in to comment.