Skip to content

Commit c2d1041

Browse files
committed
spelling: that the
Signed-off-by: Josh Soref <[email protected]>
1 parent 5f26527 commit c2d1041

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_posts/2015-11-16-minutes-from-nov-2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ a discussion needs to happen around that
269269

270270
Also, should this go into the Scala namespace?
271271

272-
[@SethTisue](https://github.com/SethTisue) points out that part the reason the reaction of this was hard to gauge was it wasn't clear if people realized this wasn't for core (it's not).
272+
[@SethTisue](https://github.com/SethTisue) points out that part the reason that the reaction of this was hard to gauge was it wasn't clear if people realized this wasn't for core (it's not).
273273

274274
[@heathermiller](https://github.com/heathermiller) even we are confused about what is and isn't core
275275

_posts/2019-01-18-community-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The community build is used to test changes to the Scala compiler,
1515
enabling Scala the language and Scala the ecosystem of libraries to
1616
evolve in tandem with each other.
1717

18-
This post highlights the progress the community build has made in the
18+
This post highlights the progress that the community build has made in the
1919
last year.
2020

2121
## Overall growth

_posts/2020-02-20-community-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from January 2018, still applies.
1616
A year ago, we [updated
1717
you](https://www.scala-lang.org/2019/01/18/community-build.html) on
1818
improvements made up through January 2019. The post you are reading
19-
highlights the progress the community build has made since then.
19+
highlights the progress that the community build has made since then.
2020

2121
In short, we believe **the Scala 2 community build is now essentially
2222
complete**. Still, we will continue to run and maintain it throughout

blog/_posts/2018-03-19-accessible-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ partially-sighted users, which is by no means a "solved problem", and offers
7979
much room for improvement.
8080

8181

82-
Most of the work the Scala Center does contributes small differences to the
82+
Most of the work that the Scala Center does contributes small differences to the
8383
lives of many developers in the Scala community. This proposal is different in
8484
that it provides a potentially enormous difference to the experience of
8585
programming in Scala to a small number of users.

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ and
826826
[`materializeCoproduct`](Xhttps://github.com/milessabin/shapeless/blob/a42cd4c1c99e4a7be36e0239d3ee944a6355e321/core/src/main/scala/shapeless/generic.scala#L232-L245).
827827
828828
The problem of incorrect instantiated type arguments we saw before seems
829-
specific to the way the compiler carries out the implicit search. Fixing it
829+
specific to the way that the compiler carries out the implicit search. Fixing it
830830
requires most likely changes to the implicit search algorithm, as [a similar
831831
Scala compiler issue](https://github.com/scala/bug/issues/10528) did. I tried porting
832832
these changes to 2.12.x and use `-Xsource:2.13` but the failed macro

0 commit comments

Comments
 (0)