Skip to content

Commit bfa3dfe

Browse files
authored
Update odata.md
1 parent 63a7661 commit bfa3dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/specific/odata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ tab->items( )->column_list_item( )->cells(
3030
)->text( '{FLIGHT>City}'
3131
)->text( '{FLIGHT>CountryCode}' ).
3232
```
33-
By using the growing property we can make use of the feautre that not all data is loaded at once, leveraging performance.
33+
By using the growing property we can make use of the feature that not all data is loaded at once, leveraging performance.
3434

3535
### Full Example
36-
Here’s the complete source code for one OData model:
36+
Here’s the complete source code:
3737
```abap
3838
METHOD z2ui5_if_app~main.
3939
@@ -63,7 +63,7 @@ ENDMETHOD.
6363
```
6464

6565
### Multiple OData Models
66-
You can also bind multiple OData models simultaneously by defining additional OData models. Here’s an example:
66+
You can also bind multiple OData models simultaneously. Here’s an example:
6767
```abap
6868
DATA(tab) = z2ui5_cl_xml_view=>factory( )->page( )->table(
6969
items = `{TRAVEL>/BookingSupplement}`

0 commit comments

Comments
 (0)