Skip to content

Commit

Permalink
ODATA-1478
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Aug 1, 2023
1 parent 700e5d8 commit ab01148
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 @@ -1147,7 +1147,7 @@ <h3 id="723-precision"><a name="Precision" href="#Precision">7.2.3 Precision</a>
<section id="-precision" class="varjson rep">
<h3><a name="Precision5.5" href="#Precision5.5"> <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 properties.</p>
</section>
<div class="varjson example">
<p>Example 17: <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 @@ -1647,7 +1647,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 properties.
:::

::: {.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 @@ -1074,7 +1074,7 @@ <h3 id="723-precision"><a name="Precision" href="#Precision">7.2.3 Precision</a>
<section id="-attribute-precision" class="varxml rep">
<h3><a name="AttributePrecision11.5" href="#AttributePrecision11.5"> Attribute <code>Precision</code></a></h3>
<p>The value of <code>Precision</code> is a number.</p>
<p>If not specified for a decimal property, the decimal property has arbitrary precision.</p>
<p>If not specified for a decimal property, the decimal property has unspecified precision.</p>
<p>If not specified for a temporal property, the temporal property 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 @@ -1560,7 +1560,7 @@ see [OData-VocMeasures](#ODataVocMeasures).
The value of `Precision` is a number.

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

If not specified for a temporal property, the temporal property has a
precision of zero.
Expand Down
4 changes: 2 additions & 2 deletions odata-csdl/7 Structural Property.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,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 properties.
:::

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

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

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

0 comments on commit ab01148

Please sign in to comment.