Skip to content

Commit 4a20727

Browse files
committed
slight wording tweak to blog post
1 parent ac30984 commit 4a20727

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

_posts/2018-01-16-community-build-growth.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ the impact of the PR and detect regressions before the PR is merged.
3535
## Has it helped?
3636

3737
Definitely. Over the past few years, the build has often caught
38-
regressions and unanticipated source-compatibility issues.
38+
regressions and brought unanticipated compatibility issues to light.
3939

4040
During the Scala 2.12 cycle, feedback from the community build was key
4141
for guiding the work on SAMs and the new trait encoding. And, seeing what
@@ -50,12 +50,11 @@ open-source ecosystem, to the
5050
We've also [begun using it](https://github.com/scala/community-builds/issues/609) to
5151
gauge our progress on Java 9 support.
5252

53-
Library authors have also benefited. The community build has
54-
often provided early warning of compatibility issues because
55-
of changes to Scala or changes to other libraries. It has helped
56-
maintainers standardize their builds, keep their dependencies
57-
up-to-date, identify flaky tests, and shake out assorted other
58-
issues.
53+
Library authors have also benefited. The community build has often
54+
provided early warning of the effects of changes to Scala or changes
55+
to other libraries. It has helped maintainers standardize their
56+
builds, keep their dependencies up-to-date, identify flaky tests, and
57+
shake out assorted other issues.
5958

6059
## How big is it?
6160

0 commit comments

Comments
 (0)