Skip to content

Commit 23a5f42

Browse files
committed
Fix typo
1 parent a1ffafc commit 23a5f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/conversions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An implicit conversion is applied automatically by the compiler in three situati
1818

1919
1. If an expression `e` has type `T`, and `T` does not conform to the expression's expected type `S`.
2020
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
21+
3. In an application `e.m(args)` with `e` of type `T`, if `T` does define
2222
some member(s) named `m`, but none of these members can be applied to the arguments `args`.
2323

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

0 commit comments

Comments
 (0)