Skip to content

Commit c6af77e

Browse files
julienrfsjrd
andauthored
Update blog/_posts/2020-05-05-scala-3-import-suggestions.md
Co-Authored-By: Sébastien Doeraene <sjrdoeraene@gmail.com>
1 parent b3651b1 commit c6af77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2020-05-05-scala-3-import-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ to implement an implicit `Order[Foo]`.
144144
## Suggesting How to Fix the Problem
145145

146146
In case the missing implicit arguments are defined somewhere but need to
147-
be imported, the Scala 3 compiler suggests you `import` clauses that might
147+
be imported, the Scala 3 compiler suggests to you `import` clauses that might
148148
fix the problem.
149149

150150
Here is an example that illustrates this:

0 commit comments

Comments
 (0)