Skip to content

Commit 374cf3a

Browse files
committed
improve grammar and convert links to end links in consumption-model.md
1 parent 292a5be commit 374cf3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-maps/consumption-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Depending on the value of **vehicleEngineType**, two principal Consumption Model
1919

2020
In both Consumption Models, there are some dependencies when specifying parameters. Meaning that, explicitly specifying some parameters may require specifying some other parameters. Here are these dependencies to be aware of:
2121

22-
* All parameters require **constantSpeedConsumption** to be specified by the user. It is an error to specify any other consumption model parameter, if **constantSpeedConsumption** is not specified. The **vehicleWeight** parameter is an exception for this requirement.
22+
* All parameters require **constantSpeedConsumption** to be specified by the user. It's an error to specify any other consumption model parameter, if **constantSpeedConsumption** isn't specified. The **vehicleWeight** parameter is an exception for this requirement.
2323
* **accelerationEfficiency** and **decelerationEfficiency** must always be specified as a pair (that is, both or none).
2424
* If **accelerationEfficiency** and **decelerationEfficiency** are specified, product of their values must not be greater than 1 (to prevent perpetual motion).
2525
* **uphillEfficiency** and **downhillEfficiency** must always be specified as a pair (that's, both or none).
@@ -33,7 +33,7 @@ In both Consumption Models, there are some dependencies when specifying paramete
3333
## Combustion consumption model
3434

3535
The Combustion Consumption Model is used when **vehicleEngineType** is set to _combustion_.
36-
The list of parameters that belong to this model are below. Refer to the Parameters section for detailed description.
36+
The following list of parameters belong to this model. Refer to the Parameters section for detailed description.
3737

3838
* constantSpeedConsumptionInLitersPerHundredkm
3939
* vehicleWeight
@@ -48,7 +48,7 @@ The list of parameters that belong to this model are below. Refer to the Paramet
4848
## Electric consumption model
4949

5050
The Electric Consumption Model is used when **vehicleEngineType** is set to _electric_.
51-
The list of parameters that belong to this model are below. Refer to the Parameters section for detailed description.
51+
The following list of parameters belong to this model. Refer to the Parameters section for detailed description.
5252

5353
* constantSpeedConsumptionInkWhPerHundredkm
5454
* vehicleWeight
@@ -62,5 +62,5 @@ The list of parameters that belong to this model are below. Refer to the Paramet
6262

6363
## Sensible values of consumption parameters
6464

65-
A particular set of consumption parameters can be rejected, even though the set might fulfill all the explicit requirements. It happens when the value of a specific parameter, or a combination of values of several parameters, is considered to lead to unreasonable magnitudes of consumption values. If that happens, it most likely indicates an input error, as proper care is taken to accommodate all sensible values of consumption parameters. In case a particular set of consumption parameters is rejected, the accompanying error message will contain a textual explanation of the reason(s).
65+
A particular set of consumption parameters can be rejected, even though the set might fulfill all the explicit requirements. It happens when the value of a specific parameter, or a combination of values of several parameters, is considered to lead to unreasonable magnitudes of consumption values. If that happens, it most likely indicates an input error, as proper care is taken to accommodate all sensible values of consumption parameters. In case a particular set of consumption parameters is rejected, the accompanying error message contains a textual explanation of the reason(s).
6666
The detailed descriptions of the parameters have examples of sensible values for both models.

0 commit comments

Comments
 (0)