We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ffafc commit 23a5f42Copy full SHA for 23a5f42
docs/docs/reference/contextual/conversions.md
@@ -18,7 +18,7 @@ An implicit conversion is applied automatically by the compiler in three situati
18
19
1. If an expression `e` has type `T`, and `T` does not conform to the expression's expected type `S`.
20
2. In a selection `e.m` with `e` of type `T`, but `T` defines no member `m`.
21
-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
22
some member(s) named `m`, but none of these members can be applied to the arguments `args`.
23
24
In the first case, the compiler looks in the implied scope for a an instance of
0 commit comments