Skip to content

Commit f44438e

Browse files
authored
Merge pull request #3404 from ScalaWilliam/fix-wrong-word-usage
Fix wrong word usage. Replace 'constructors' with 'constructs'.
2 parents ec54e63 + 9b5b2a2 commit f44438e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/_includes/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1 id="why-dotty">Why Dotty?</h1>
66
technologies for Scala. The focus is mainly on simplification. We
77
remove extraneous syntax (e.g. no XML literals), and try to boil
88
down Scala’s types into a smaller set of more fundamental
9-
constructors. The theory behind these constructors is researched in
9+
constructs. The theory behind these constructs is researched in
1010
<a href="https://infoscience.epfl.ch/record/215280">DOT</a>, a
1111
calculus for dependent object types.
1212
</p>

docs/blog/_posts/2017-09-07-third-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and the compiler supporting them.
1313
If you’re not familiar with Dotty, it's a platform to try out new language concepts and compiler
1414
technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax
1515
(e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental
16-
constructors. The theory behind these constructors is researched in
16+
constructs. The theory behind these constructs is researched in
1717
[DOT](https://infoscience.epfl.ch/record/215280), a calculus for dependent object types.
1818
You can learn more about Dotty on our [website](http://dotty.epfl.ch).
1919

docs/blog/_posts/2017-10-16-fourth-dotty-milestone-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and the compiler supporting them.
1313
If you’re not familiar with Dotty, it's a platform to try out new language concepts and compiler
1414
technologies for Scala. The focus is mainly on simplification. We remove extraneous syntax
1515
(e.g. no XML literals), and try to boil down Scala’s types into a smaller set of more fundamental
16-
constructors. The theory behind these constructors is researched in
16+
constructs. The theory behind these constructs is researched in
1717
[DOT](https://infoscience.epfl.ch/record/215280), a calculus for dependent object types.
1818
You can learn more about Dotty on our [website](http://dotty.epfl.ch).
1919

docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: "Dotty Documentation"
55

66
Dotty is a platform to try out new language concepts and compiler technologies for Scala.
77
The focus is mainly on simplification. We remove extraneous syntax (e.g. no XML literals),
8-
and try to boil down Scala’s types into a smaller set of more fundamental constructors.
9-
The theory behind these constructors is researched in DOT, a calculus for dependent object types.
8+
and try to boil down Scala’s types into a smaller set of more fundamental constructs.
9+
The theory behind these constructs is researched in DOT, a calculus for dependent object types.
1010

1111
In this documentation you will find information on how to use the Dotty compiler on your machine, navigate through
1212
the code, setup Dotty with your favorite IDE and more!

0 commit comments

Comments
 (0)