Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar & wording #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h1 style="color: #E78119">What is mbeddr?</h1>
<p style="text-align: justify">
mbeddr has support for requirements and product line definition, software documentation,
implementation in C and C extensions such as state machines physical units or interfaces and
components, as well as testing, mocking, as well as formal verification.
components, as well as testing, mocking and formal verification.
</p>

</div>
Expand Down Expand Up @@ -322,7 +322,7 @@ <h4>Physical Units</h4>
Many embedded systems deal with quantities from the real world,
and mbeddr comes with an extension for phyiscal units to help represent such quantities.
Types as well as literals can be annotated with units. The seven SI units are
predefined, and users can define there own derived or convertible units.
predefined, and users can define their own derived or convertible units.
The type system computes with these units and reports errors in the IDE.
There is zero runtime overhead, since the
generated code has no representation of the units.
Expand Down Expand Up @@ -579,7 +579,7 @@ <h1>mbeddr Architecture and Extensibility</h1>
concerns.
The default extensions layer consits of a set of predefined extensions of the core languages that
can be used out-of-the-box to develop software. The user extension layer is empty, it is intended to
be filled by users. The backend layer consists of existing tools compilation and analysis tools
be filled by users. The backend layer consists of existing compilation and analysis tools
which
mbeddr uses. A more detailed description of mbeddr can be found in the <a href="learn.html#papers">papers
section</a>.
Expand Down