Skip to content

Commit b88802c

Browse files
committed
Improve documentation layout
1 parent ae12f9f commit b88802c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/2.0/validation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ So what we are going to do is validating the following putative HTTP field `temp
2828
<dt>
2929
The field is defined as a List. meaning it can contain multiple temperature
3030
definitions as items. Each temperature entry MUST contain a temperature value express in Celsius.
31-
The temperature has the following required parameters `date`, `longitude` and `latitude`
32-
and an optional `location` parameter which is a human-readable name of the location where
33-
the temperature was read. The `location` can be a `string` or a `displaystring`. The latitude
34-
and longitude are express as `decimal` values. You will find below an example of such HTTP field.
31+
The temperature has the following required parameters <code>date</code>, <code>longitude</code> and <code>latitude</code>
32+
and an optional <code>location</code> parameter which is a human-readable name of the location where
33+
the temperature was read. The <code>location</code> can be a <code>string</code> or a <code>displaystring</code>. The latitude
34+
and longitude are express as <code>decimal</code> values. You will find below an example of such HTTP field.
3535
</dt>
3636
</dl>
3737

0 commit comments

Comments
 (0)