Skip to content

Commit 4712241

Browse files
committed
Fix some errors introduced by native speaker review
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent 44f92d2 commit 4712241

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/spec/binary_variables.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The three actual variables shall contain an annotation of the following form in
4040

4141
`<prefix>` is the prefix as defined above, and `@role` is either `base.lo`, `base.hi`, or `size`, depending on the variable.
4242

43-
There is an error if there is not exactly one variable of each role for the same name.
43+
It is an error if there is not exactly one variable of each role for the same name.
4444

4545
The MIME type given in `@mime-type` shall be a valid MIME type specification.
4646

doc/spec/traffic_command_inputs.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Traffic command inputs
22

33
Traffic command inputs are present in traffic participant models.
4-
This makes it possible to control of the traffic participant behavior using scenario engines.
4+
This makes it possible to control the traffic participant behavior using scenario engines.
55

66
**Prefix**
77

@@ -20,4 +20,4 @@ Traffic command inputs shall be named with the following prefix:
2020
* Each traffic command input shall be defined as a notional discrete binary input variable with `@causality="input"` and `@variability="discrete"`.
2121
* The MIME type of the variable shall specify the `type="TrafficCommand"` as part of the MIME type parameters.
2222
* Traffic commands shall be encoded as `osi3::TrafficCommand`.
23-
* The guaranteed lifetime of the traffic command protocol-buffer pointer provided as input to the FMU shall be from the time of the call to `fmi2SetInteger` that provides those values until the end of the following `fmi2DoStep` call.
23+
* The guaranteed lifetime of the traffic command protocol-buffer pointer provided as input to the FMU shall be from the time of the call to `fmi2SetInteger` that provides those values until the end of the following `fmi2DoStep` call.

0 commit comments

Comments
 (0)