Skip to content

Commit

Permalink
ODATA-1478 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Handl <[email protected]>
  • Loading branch information
HeikoTheissen and ralfhandl authored Nov 8, 2023
1 parent dcd871d commit 2952194
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ <h3 id="342-precision"><a name="Precision" href="#Precision">3.4.2 Precision</a>
<section id="-precision" class="varjson rep">
<h3><a name="Precision1.2" href="#Precision1.2"> <code>$Precision</code></a></h3>
<p>The value of <code>$Precision</code> is a number.</p>
<p>Absence of <code>$Precision</code> means arbitrary precision.</p>
<p>Absence of <code>$Precision</code> means unspecified precision both for decimal and temporal values.</p>
</section>
<div class="varjson example">
<p>Example 2: <code>Precision</code> facet applied to the <code>DateTimeOffset</code> type</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ see [OData-VocMeasures](#ODataVocMeasures).

The value of `$Precision` is a number.

Absence of `$Precision` means arbitrary precision.
Absence of `$Precision` means unspecified precision both for decimal and temporal values.
:::

::: {.varjson .example}
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ <h3 id="342-precision"><a name="Precision" href="#Precision">3.4.2 Precision</a>
<section id="-attribute-precision" class="varxml rep">
<h3><a name="AttributePrecision1.2" href="#AttributePrecision1.2"> Attribute <code>Precision</code></a></h3>
<p>The value of <code>Precision</code> is a number.</p>
<p>If not specified for a decimal value, the decimal value has arbitrary precision.</p>
<p>If not specified for a decimal value, the decimal value has unspecified precision.</p>
<p>If not specified for a temporal value, the temporal value has a precision of zero.</p>
</section>
<div class="varxml example">
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ see [OData-VocMeasures](#ODataVocMeasures).
The value of `Precision` is a number.

If not specified for a decimal value, the decimal value has
arbitrary precision.
unspecified precision.

If not specified for a temporal value, the temporal value has a
precision of zero.
Expand Down
4 changes: 2 additions & 2 deletions odata-csdl/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ see [OData-VocMeasures](#ODataVocMeasures).

The value of `$Precision` is a number.

Absence of `$Precision` means arbitrary precision.
Absence of `$Precision` means unspecified precision both for decimal and temporal values.
:::

::: {.varjson .example}
Expand All @@ -591,7 +591,7 @@ Example ##ex: `Precision` facet applied to the `DateTimeOffset` type
The value of `Precision` is a number.

If not specified for a decimal value, the decimal value has
arbitrary precision.
unspecified precision.

If not specified for a temporal value, the temporal value has a
precision of zero.
Expand Down

0 comments on commit 2952194

Please sign in to comment.