From ff4389b1dfcbbbd3511db1c89a5cab2cb1b4c16b Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Mon, 23 Sep 2024 09:18:33 +0200 Subject: [PATCH] grammar/typo correction --- Odata-docs/webapi-8/fundamentals/actions-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Odata-docs/webapi-8/fundamentals/actions-functions.md b/Odata-docs/webapi-8/fundamentals/actions-functions.md index c132a637..79f4a3af 100644 --- a/Odata-docs/webapi-8/fundamentals/actions-functions.md +++ b/Odata-docs/webapi-8/fundamentals/actions-functions.md @@ -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. @@ -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. \ No newline at end of file +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.