Skip to content

Commit b89c10a

Browse files
oderskybishabosha
andauthored
Update docs/_docs/reference/experimental/into-modifier.md
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 0a8d19b commit b89c10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/experimental/into-modifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here, the call
5656
```scala
5757
concatAll(List('a'), "bc", Array('d', 'e'))
5858
```
59-
would apply two _different_ implicit conversions: the conversion from `String` to `List[Char]` gets applied to the second argument and the conversion from `Array[Char]` to `Iterable[Char]` gets applied to the third argument.
59+
would apply two _different_ implicit conversions: the conversion from `String` to `Iterable[Char]` gets applied to the second argument and the conversion from `Array[Char]` to `Iterable[Char]` gets applied to the third argument.
6060

6161
## Retrofitting Scala 2 libraries
6262

0 commit comments

Comments
 (0)