Skip to content

Commit 3aa52bd

Browse files
Merge pull request #502 from olafurpg/broken-sentence
Fix broken sentence.
2 parents 9ca320e + b3b1151 commit 3aa52bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blog/_posts/2016-10-24-scalafix.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,8 @@ implicit val x = (_: String).length
164164
// after
165165
implicit val x: String => Int = (_: String).length
166166
~~~
167-
`ExplicitImplicit` requires semantic information because the inferred type must come from the
168-
169-
must run the source file through
170-
the compiler in order to get the inferred type.
167+
`ExplicitImplicit` requires the semantic API in order to get the inferred type
168+
annotations.
171169

172170
Towards new-style macros
173171
----------------------------

0 commit comments

Comments
 (0)