Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Oct 31, 2023
1 parent eb2aa59 commit d722370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-json-format/odata-json-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ <h2 id="151-delta-responses"><a name="DeltaResponses" href="#DeltaResponses">15.
<div class="example">
<p>Example 33: a 4.01 delta response with five changes, in order of occurrence</p>
<ol type="1">
<li><code>ContactName</code> for customer <code>BOTTM`` was changed to </code>Susan Halvenstern`</li>
<li><code>ContactName</code> for customer <code>BOTTM</code> was changed to <code>Susan Halvenstern</code></li>
<li>Order 10643 was removed from customer <code>ALFKI</code></li>
<li>Order 10645 was added to customer <code>BOTTM</code></li>
<li>The shipping information for order 10643 was updated</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-json-format/odata-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ or deleted links.
Example 33: a 4.01 delta response with five changes, in order of
occurrence

1. `ContactName` for customer `BOTTM`` was changed to `Susan Halvenstern`
1. `ContactName` for customer `BOTTM` was changed to `Susan Halvenstern`
2. Order 10643 was removed from customer `ALFKI`
3. Order 10645 was added to customer `BOTTM`
4. The shipping information for order 10643 was updated
Expand Down
2 changes: 1 addition & 1 deletion odata-json-format/15 Delta Payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ or deleted links.
Example ##ex: a 4.01 delta response with five changes, in order of
occurrence

1. `ContactName` for customer `BOTTM`` was changed to `Susan Halvenstern`
1. `ContactName` for customer `BOTTM` was changed to `Susan Halvenstern`
2. Order 10643 was removed from customer `ALFKI`
3. Order 10645 was added to customer `BOTTM`
4. The shipping information for order 10643 was updated
Expand Down

0 comments on commit d722370

Please sign in to comment.