Skip to content

Commit

Permalink
https://github.com/oasis-tcs/odata-specs/pull/1947#discussion_r165703…
Browse files Browse the repository at this point in the history
…3855
  • Loading branch information
HeikoTheissen committed Jun 27, 2024
1 parent 959e769 commit f90fc82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -1421,7 +1421,7 @@ <h5 id="51161-hassubset"><a name="hassubset" href="#hassubset">5.1.1.6.1 <code>h
<pre><code>hassubset([4,1,3,1],[1,1])</code></pre>
</div>
<div class="example">
<p>Example 80: <code>hassubset</code> expression that returns <code>false</code>: 1 appears only once in the left operand</p>
<p>Example 80: <code>hassubset</code> expression that returns <code>false</code>: <code>1</code> appears only once in the left operand</p>
<pre><code>hassubset([1,2],[1,1,2])</code></pre>
</div>
</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ hassubset([4,1,3,1],[1,1])
:::

::: example
Example 80: `hassubset` expression that returns `false`: 1 appears only
Example 80: `hassubset` expression that returns `false`: `1` appears only
once in the left operand
```
hassubset([1,2],[1,1,2])
Expand Down
2 changes: 1 addition & 1 deletion odata-url-conventions/5 Query Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ hassubset([4,1,3,1],[1,1])
:::

::: example
Example ##ex: `hassubset` expression that returns `false`: 1 appears only
Example ##ex: `hassubset` expression that returns `false`: `1` appears only
once in the left operand
```
hassubset([1,2],[1,1,2])
Expand Down

0 comments on commit f90fc82

Please sign in to comment.