Skip to content

Commit 31f1b38

Browse files
authored
Update model.md
1 parent 8cda4c2 commit 31f1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ ENDCLASS.
9191
For an example of local binding in action, refer to the value help use case in `Z2UI5_CL_DEMO_APP_002`.
9292

9393
::: tip **Data in Public Attributes**
94-
When using One-Way or Two-Way binding, ensure your data is stored in the public attributes of your class. This allows the framework to access it from outside. This is similar to the PBO/PAI screen days, where data had to be stored in global variables.
94+
When using One-Way or Two-Way binding, ensure your data is stored in the public attributes of your class. This allows the framework to access it from outside. This is similar to the PBO/PAI logic, where data had to be stored in global variables.
9595
:::

0 commit comments

Comments
 (0)