Skip to content

Commit

Permalink
grammar/typo correction (MicrosoftDocs#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexravenna authored and gathogojr committed Oct 1, 2024
1 parent 9709770 commit 734d463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Odata-docs/webapi-8/fundamentals/actions-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static IEdmModel GetEdmModel()
## Bound Function
Bound functions can be bound to an entity type or a collection of entity type.
In our example model above, the bound function can be bound to a single book or a collection of books.
We will demonstrated how to add a function that is bound to a collection.
We will demonstrate how to add a function that is bound to a collection.

In the Edm Model, we modify the code as follows.

Expand Down Expand Up @@ -420,4 +420,4 @@ We get the response below:
```

## Conclusion
In our examples above, we have provided very basic use cases for actions and functions. In real-world usage, actions and functions may contain complex logic to modify and get data across multiple entities.
In our examples above, we have provided very basic use cases for actions and functions. In real-world usage, actions and functions may contain complex logic to modify and get data across multiple entities.

0 comments on commit 734d463

Please sign in to comment.