Skip to content

Commit

Permalink
Formatting ABNF
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 11, 2024
1 parent 5edd242 commit f382277
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ <h2 id="43-addressing-entities"><a id="AddressingEntities" href="#AddressingEnti
</summary>
<p>The basic rules for addressing a collection (of entities), a single entity within a collection, a singleton, as well as a property of an entity are covered in the <code>resourcePath</code> syntax rule in <a href="#ODataABNF">OData-ABNF</a>.</p>
<p>Below is a (non-normative) snippet from <a href="#ODataABNF">OData-ABNF</a>:</p>
<pre><code>resourcePath = entitySetName [collectionNavigation]
/ singletonEntity [singleNavigation]
<pre><code>resourcePath = entitySetName [ collectionNavigation ]
/ singletonEntity [ singleNavigation ]
/ actionImportCall
/ entityColFunctionImportCall [ collectionNavigation ]
/ entityFunctionImportCall [ singleNavigation ]
Expand Down
4 changes: 2 additions & 2 deletions docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ entity are covered in the `resourcePath` syntax rule in
Below is a (non-normative) snippet from [OData-ABNF](#ODataABNF):

```
resourcePath = entitySetName [collectionNavigation]
/ singletonEntity [singleNavigation]
resourcePath = entitySetName [ collectionNavigation ]
/ singletonEntity [ singleNavigation ]
/ actionImportCall
/ entityColFunctionImportCall [ collectionNavigation ]
/ entityFunctionImportCall [ singleNavigation ]
Expand Down
4 changes: 2 additions & 2 deletions odata-url-conventions/4 Resource Path.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ entity are covered in the `resourcePath` syntax rule in
Below is a (non-normative) snippet from [OData-ABNF](#ODataABNF):

```
resourcePath = entitySetName [collectionNavigation]
/ singletonEntity [singleNavigation]
resourcePath = entitySetName [ collectionNavigation ]
/ singletonEntity [ singleNavigation ]
/ actionImportCall
/ entityColFunctionImportCall [ collectionNavigation ]
/ entityFunctionImportCall [ singleNavigation ]
Expand Down

0 comments on commit f382277

Please sign in to comment.