Skip to content

Commit 5c1c9d9

Browse files
authored
Merge pull request #260 from lf-lang/edit-home-text
Fixed typos and minor edits
2 parents ab448ad + 0f7db29 commit 5c1c9d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ const Intro = (): JSX.Element => (
8383
<Translate>
8484
Lingua Franca is the first reactor-oriented coordination language.
8585
It allows you to specify reactive components and compose them.
86-
The Lingua Franca semantics eliminate race conditions by construction and provides a sophisticated model of time that includes a notion of simultaneity that is clear and precise.
86+
Lingua Franca eliminates race conditions by construction, makes it easy to specify timed behavior, and removes the need to perform manual synchronization.
8787
</Translate>
8888
<br/><br/>
8989
<Translate>
90-
Consider a game of "rock paper scissors" where two players need to reveal their choice at the same instant. Not only is this implementation in Lingua Franca simple and intuitive, it is guaranteed to be fair. If the Player class were to observe the other's choice before revealing its own, Lingua Franca's causality analysis would find a causality loop and tell you that the program was invalid.
90+
Consider a game of "rock paper scissors" where two players need to reveal their choice simultaneously. In Lingua Franca, "at the same time" has a clear and precise meaning.
91+
This makes the implementation simple and intuitive, and guarantees it to be fair. If the Player class were to observe the other's choice before revealing its own, Lingua Franca's causality analysis would find a causality loop and tell you that the program was invalid.
9192
</Translate>
9293
<br/><br/>
9394
<Heading as="h2">
@@ -124,7 +125,7 @@ const Contributors = (): JSX.Element => (
124125
<UniversitiesForLight className={clsx(styles.showInLightThemeOnly)} role="img" width="80%" height="auto" title="A world map showing where key Lingua Franca contributors reside." />
125126
</div>
126127
<Translate>
127-
Shortly after its inception, researchers from Kiel University and TU Dresden joined the team, contributing diagram synthesis and layout technology, highly-efficient runtime implementations, and various compiler improvements. Since then, we have worked with real-time systems experts from TU Dallas, embedded systems specialists from NTNU, and networking and security researchers from Hanyang University and ASU.
128+
Shortly after its inception, researchers from Kiel University and TU Dresden joined the team, contributing diagram synthesis and layout technology, highly-efficient runtime implementations, and various compiler improvements. Since then, we have worked with real-time systems experts from UT Dallas, embedded systems specialists from NTNU, and networking and security researchers from Hanyang University and ASU.
128129
</Translate>
129130
<br/><br/>
130131
<div className={clsx(styles.buttonContainer, styles.centreIfCol6BecameVertical)} data-theme="dark">

0 commit comments

Comments
 (0)